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] +...