ansiiiible

This commit is contained in:
plasmagoat 2025-06-09 00:16:41 +02:00
parent 85d0217436
commit a8aa633c49
12 changed files with 314 additions and 0 deletions

5
ansible/ansible.cfg Normal file
View file

@ -0,0 +1,5 @@
[defaults]
inventory = ./inventory/hosts.yml
remote_user = root
host_key_checking = false
roles_path = ./roles