From 1fcfa808f0786e334cc8c9574d871c7dfdd826e1 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 18 Sep 2021 16:13:20 -0500 Subject: [PATCH] Install Galaxy roles to their own directory so I don't have to maintain a long gitignore --- .gitignore | 14 +------------- ansible.cfg | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) 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