Skip to content

Commit

Permalink
Added Ansible Galaxy requirements
Browse files Browse the repository at this point in the history
- for future use of firewalld
  • Loading branch information
fjudith committed Dec 4, 2020
1 parent ba3d2e8 commit 0499c05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
ansible.verbose = true
ansible.playbook = boxes['ansible']['playbook']
ansible.galaxy_roles_path = '/vagrant/roles'
ansible.galaxy_role_file = "requirements.yaml"
ansible.extra_vars = { ansible_python_interpreter: "/usr/bin/python3", ansible_stdout_callback: "debug"}
end

Expand Down
4 changes: 4 additions & 0 deletions requirements.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Collection
# https://docs.ansible.com/ansible/2.9/modules/firewalld_module.html
collections:
- name: ansible.posix

0 comments on commit 0499c05

Please sign in to comment.