diff options
author | binary <me@rgoncalves.se> | 2020-11-20 17:10:55 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-20 17:10:55 +0100 |
commit | 622efa11c1398ec3f223371e5a5a6f7e7639a734 (patch) | |
tree | ad2799fd8f82cb2d9abb001072ae8d4bbde88bf4 | |
parent | 5edd82486b8ae2a1ed4486672be1ff0746eaffb1 (diff) | |
download | infrastructure-622efa11c1398ec3f223371e5a5a6f7e7639a734.tar.gz |
Decrease default timeout to 4 seconds.
-rw-r--r-- | ansible.cfg | 2 | ||||
-rw-r--r-- | playbooks/vm0.rgoncalves.se.yml | 12 |
2 files changed, 14 insertions, 0 deletions
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 } |