diff --git a/ansible.cfg b/ansible.cfg index afedcf9..b432dda 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,3 +2,5 @@ vault_password_file = ansible-gpg-vault/vault.sh inventory = production +collections_paths = . +roles_path = ./roles diff --git a/dhcp_server.yml b/playbooks/dhcp_server.yml similarity index 100% rename from dhcp_server.yml rename to playbooks/dhcp_server.yml diff --git a/vpn.yml b/playbooks/vpn.yml similarity index 100% rename from vpn.yml rename to playbooks/vpn.yml