diff --git a/.gitignore b/.gitignore index d5065a8..7362461 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,3 @@ -roles/apache/ -roles/certbot/ -roles/dhcp/ -roles/docker/ -roles/factorio/ -roles/gitea/ -roles/k8s/ -roles/nextcloud/ -roles/nfs/ -roles/php/ -roles/postgresql/ -roles/snmpd/ -roles/sshd/ *.swp .cache +.roles diff --git a/ansible.cfg b/ansible.cfg index 96e28e3..6ad9b0f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,7 @@ [defaults] interpreter_python = python3 inventory = inventory -roles_path = roles +roles_path = .roles:roles private_key_file = ~/.ssh/desu host_key_checking = false # I'm constantly spinning machines up and down; no time for this #ask_become_pass = true