rename some ansible files/directories

This commit is contained in:
Gregor Michels 2022-07-03 02:01:02 +02:00
parent b078c45ebc
commit 1016dd4077
3 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
facts.json/ ansible-facts.json/

View File

@ -17,4 +17,5 @@ gw-core01 ip=10.84.1.1
hyper01 ip=10.84.1.21 hyper01 ip=10.84.1.21
[vms] [vms]
eae-adp-jump01 ip=162.55.53.85 ansible_python_interpreter=/usr/local/bin/python3 eae-adp-jump01 ip=162.55.53.85 monitoring_ip=10.84.254.0 ansible_python_interpreter=/usr/local/bin/python3
monitoring01 ip=10.84.1.51

View File

@ -1,6 +1,6 @@
[defaults] [defaults]
inventory=inventory inventory=ansible-inventory
interpreter_python=/usr/bin/python3 interpreter_python=/usr/bin/python3
gathering=smart gathering=smart
fact_caching=jsonfile fact_caching=jsonfile
fact_caching_connection=facts.json fact_caching_connection=ansible-facts.json