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 /playbooks | |
parent | 5edd82486b8ae2a1ed4486672be1ff0746eaffb1 (diff) | |
download | infrastructure-622efa11c1398ec3f223371e5a5a6f7e7639a734.tar.gz |
Decrease default timeout to 4 seconds.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/vm0.rgoncalves.se.yml | 12 |
1 files changed, 12 insertions, 0 deletions
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 } |