diff --git a/.gitignore b/.gitignore index e37ff13..614f558 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ terraform.tfstate terraform.tfstate.backup ansible/lookup_plugins +ansible/galaxy_roles !.gitignore !.editorconfig diff --git a/ansible.cfg b/ansible.cfg index b3603a2..7840210 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,4 @@ [defaults] -roles_path = ansible/roles +roles_path = ansible/roles:ansible/galaxy_roles lookup_plugins = ansible/lookup_plugins callback_result_format = yaml diff --git a/ansible/requirements.yml b/ansible/requirements.yml new file mode 100644 index 0000000..5ce404c --- /dev/null +++ b/ansible/requirements.yml @@ -0,0 +1,6 @@ +--- +collections: + - ansible.posix +roles: + - name: giovtorres.tuned + version: 2.0.2