Add required roles using Ansible Galaxy
This commit is contained in:
parent
b11e9cb1dd
commit
f20330c1f3
31 changed files with 9 additions and 646 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -75,6 +75,8 @@ Vagrant.configure(2) do |config|
|
|||
ansible.version = "2.10.3"
|
||||
ansible.playbook = "provisioning/playbook.yml"
|
||||
#ansible.inventory_path = "provisioning/inventory"
|
||||
ansible.galaxy_role_file = "provisioning/requirements.yml"
|
||||
ansible.galaxy_roles_path = "provisioning/roles"
|
||||
ansible.become = true
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue