Add Ansible configs

This commit is contained in:
Lan Quil 2024-06-11 23:23:20 +02:00
parent 8d48cb6454
commit 3be41c4da4
2 changed files with 11 additions and 0 deletions

6
playbooks/ansible.cfg Normal file
View File

@ -0,0 +1,6 @@
[defaults]
inventory = ./hosts/hosts
log_path = ./.ansible.log
# human-readable stdout/stderr results display:
stdout_callback = debug
pipelining = True

5
playbooks/hosts/hosts Normal file
View File

@ -0,0 +1,5 @@
[prod]
root@atena.golem.linux.it
[staging]
...