Initial Ansible inventory and playbooks

This commit is contained in:
vrubelroman 2026-06-01 23:09:25 +03:00
commit c642a36406
5 changed files with 49 additions and 0 deletions

4
ansible.cfg Normal file
View file

@ -0,0 +1,4 @@
[defaults]
inventory = inventory.ini
interpreter_python = auto_silent
host_key_checking = True