From 622efa11c1398ec3f223371e5a5a6f7e7639a734 Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 20 Nov 2020 17:10:55 +0100 Subject: Decrease default timeout to 4 seconds. --- ansible.cfg | 2 ++ playbooks/vm0.rgoncalves.se.yml | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 playbooks/vm0.rgoncalves.se.yml diff --git a/ansible.cfg b/ansible.cfg index 6aa6eb2..e793c2c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -13,5 +13,7 @@ default_fact_path = /etc/ansible/facts.d/:facts.d/ stdout_callback = yaml stderr_callback = yaml +timeout = 4 + [ssh_connection] pipelining = True diff --git a/playbooks/vm0.rgoncalves.se.yml b/playbooks/vm0.rgoncalves.se.yml new file mode 100644 index 0000000..d0c591e --- /dev/null +++ b/playbooks/vm0.rgoncalves.se.yml @@ -0,0 +1,12 @@ + +# stack0 ~~ playbooks/stack0.rgoncalves.se.yml +# *bsd hypervisor initialization playbook + +--- + +- hosts: vm0 + roles: + + - { role: minecraft } + # - { role: factorio } + # - { role: stationeers } -- cgit v1.2.3