Install Galaxy roles to their own directory so I don't have to maintain a long gitignore
This commit is contained in:
parent
65a6fc2dbf
commit
1fcfa808f0
14
.gitignore
vendored
14
.gitignore
vendored
@ -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
|
*.swp
|
||||||
.cache
|
.cache
|
||||||
|
.roles
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
interpreter_python = python3
|
interpreter_python = python3
|
||||||
inventory = inventory
|
inventory = inventory
|
||||||
roles_path = roles
|
roles_path = .roles:roles
|
||||||
private_key_file = ~/.ssh/desu
|
private_key_file = ~/.ssh/desu
|
||||||
host_key_checking = false # I'm constantly spinning machines up and down; no time for this
|
host_key_checking = false # I'm constantly spinning machines up and down; no time for this
|
||||||
#ask_become_pass = true
|
#ask_become_pass = true
|
||||||
|
Loading…
Reference in New Issue
Block a user