diff --git a/README.md b/README.md index 0807352..ff0e6e5 100644 --- a/README.md +++ b/README.md @@ -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 - 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 diff --git a/moxie.yml b/bitwarden.yml similarity index 89% rename from moxie.yml rename to bitwarden.yml index 48e28fd..d16a21e 100644 --- a/moxie.yml +++ b/bitwarden.yml @@ -12,10 +12,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -- name: Install Moxie Server - hosts: moxiehosts +- name: Install Bitwarden Server + hosts: bitwardenhosts become: true roles: - docker - - traefik - - wordpress + - bitwarden diff --git a/dev/moxie.yml b/dev/bitwarden.yml similarity index 62% rename from dev/moxie.yml rename to dev/bitwarden.yml index ebc6cd0..7925204 100644 --- a/dev/moxie.yml +++ b/dev/bitwarden.yml @@ -1,8 +1,8 @@ -- name: Install Moxie Server +- name: Install Bitwarden Server hosts: all become: true vars_files: - - host_vars/moxie.yml + - host_vars/bitwarden.yml roles: - base - docker diff --git a/dev/host_vars/moxie.yml b/dev/host_vars/bitwarden.yml similarity index 100% rename from dev/host_vars/moxie.yml rename to dev/host_vars/bitwarden.yml