Rename playbook moxie to bitwarden

This commit is contained in:
Kris Lamoureux 2021-02-27 00:03:39 -05:00
parent 43d79e7710
commit aecc2b06e7
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925
4 changed files with 6 additions and 7 deletions

View File

@ -18,7 +18,7 @@ Vagrant and VirtualBox are used to develop Project Moxie. You will need to insta
``` ```
2. Set the `PLAYBOOK` environmental variable to a development playbook name in the `dev/` directory 2. Set the `PLAYBOOK` environmental variable to a development playbook name in the `dev/` directory
The following `PLAYBOOK` names are available: `dockerbox`, `hypervisor`, `minecraft`, `moxie`, `nextcloud`, `nginx` The following `PLAYBOOK` names are available: `dockerbox`, `hypervisor`, `minecraft`, `bitwarden`, `nextcloud`, `nginx`
``` ```
export PLAYBOOK=dockerbox export PLAYBOOK=dockerbox

View File

@ -12,10 +12,9 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
- name: Install Moxie Server - name: Install Bitwarden Server
hosts: moxiehosts hosts: bitwardenhosts
become: true become: true
roles: roles:
- docker - docker
- traefik - bitwarden
- wordpress

View File

@ -1,8 +1,8 @@
- name: Install Moxie Server - name: Install Bitwarden Server
hosts: all hosts: all
become: true become: true
vars_files: vars_files:
- host_vars/moxie.yml - host_vars/bitwarden.yml
roles: roles:
- base - base
- docker - docker