Move ansible role into base role

This commit is contained in:
2020-07-09 21:54:15 -04:00
parent e66a4b96ff
commit c630af67cd
11 changed files with 35 additions and 38 deletions

View File

@@ -4,7 +4,6 @@
vars_files:
- host_vars/dockerbox.yml
roles:
- ansible
- base
- docker
- jenkins

View File

@@ -4,6 +4,5 @@
vars_files:
- host_vars/hypervisor.yml
roles:
- ansible
- base
- libvirt

View File

@@ -4,6 +4,5 @@
vars_files:
- host_vars/moxie.yml
roles:
- ansible
- docker
- bitwarden

View File

@@ -4,7 +4,6 @@
vars_files:
- host_vars/nextcloud.yml
roles:
- ansible
- base
- docker
- nextcloud