Rename playbook moxie to bitwarden
This commit is contained in:
parent
43d79e7710
commit
aecc2b06e7
@ -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
|
||||
|
@ -12,10 +12,9 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
- name: Install Moxie Server
|
||||
hosts: moxiehosts
|
||||
- name: Install Bitwarden Server
|
||||
hosts: bitwardenhosts
|
||||
become: true
|
||||
roles:
|
||||
- docker
|
||||
- traefik
|
||||
- wordpress
|
||||
- bitwarden
|
@ -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
|
Loading…
Reference in New Issue
Block a user