ansible config

This commit is contained in:
Arthur Dodin
2026-05-05 12:11:10 +02:00
parent 91ab092e7b
commit 81f32b459c
10 changed files with 452 additions and 4490 deletions
+3
View File
@@ -0,0 +1,3 @@
[defaults]
inventory = inventory.ini
host_key_checking = False
+8
View File
@@ -0,0 +1,8 @@
[webservers]
vm1 ansible_host=10.23.13.37
vm2 ansible_host=10.23.13.36
vm3 ansible_host=10.23.13.38
[webservers:vars]
ansible_user=root
ansible_ssh_private_key_file=~/.ssh/id_ed25519