feat: ansible cfg

This commit is contained in:
2023-01-03 21:49:08 +01:00
parent 12b0e0f22a
commit 6dd59bb9a2
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
*.swp
ansible.log
files/icinga_master_hosts.conf
files/nsca_server.conf
hosts.ini

3
ansible.cfg Normal file
View File

@@ -0,0 +1,3 @@
[defaults]
inventory = hosts.ini
log_path = ansible.log