From 3be41c4da45b4b769b273a148f6d297f29d4694c Mon Sep 17 00:00:00 2001 From: Lan Quil Date: Tue, 11 Jun 2024 23:23:20 +0200 Subject: [PATCH] Add Ansible configs --- playbooks/ansible.cfg | 6 ++++++ playbooks/hosts/hosts | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 playbooks/ansible.cfg create mode 100644 playbooks/hosts/hosts diff --git a/playbooks/ansible.cfg b/playbooks/ansible.cfg new file mode 100644 index 0000000..a725812 --- /dev/null +++ b/playbooks/ansible.cfg @@ -0,0 +1,6 @@ +[defaults] +inventory = ./hosts/hosts +log_path = ./.ansible.log +# human-readable stdout/stderr results display: +stdout_callback = debug +pipelining = True diff --git a/playbooks/hosts/hosts b/playbooks/hosts/hosts new file mode 100644 index 0000000..453c490 --- /dev/null +++ b/playbooks/hosts/hosts @@ -0,0 +1,5 @@ +[prod] +root@atena.golem.linux.it + +[staging] +...