Moving some changes from the ansible server itself

This commit is contained in:
Bradley Bickford 2024-09-28 11:03:36 -04:00
parent 351ab77607
commit 5d3224d5a3
2 changed files with 3 additions and 1 deletions

2
ansible.cfg Normal file
View File

@ -0,0 +1,2 @@
[defaults]
host_key_checking = false

View File

@ -6,4 +6,4 @@ kubeworker1 ansible_host=192.168.100.3 worker=true
kubeworker2 ansible_host=192.168.100.4 worker=true
[ansible]
ansible ansible_host=192.168.100.5 connection=local
ansible ansible_host=127.0.0.1 connection=local