Install Galaxy roles to their own directory so I don't have to maintain a long gitignore

This commit is contained in:
Salt 2021-09-18 16:13:20 -05:00
parent 65a6fc2dbf
commit 1fcfa808f0
2 changed files with 2 additions and 14 deletions

14
.gitignore vendored
View File

@ -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

View File

@ -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