diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-07-16 21:51:02 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-07-16 21:51:02 +0200 |
commit | fda8b1d384178b45ff2dc0759a76278fa3525e2c (patch) | |
tree | 1bbd8ac1643e1a4fae977c78db35955868f39f9f /chaos-at-home | |
parent | ch-router: make firewall script a little bit nicer (diff) | |
parent | final tests with net ifname namepolicy succeeded (diff) |
Merge branch 'buster-unpredictable-network-ifnames'
Diffstat (limited to 'chaos-at-home')
-rw-r--r-- | chaos-at-home/ch-testvm.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chaos-at-home/ch-testvm.yml b/chaos-at-home/ch-testvm.yml new file mode 100644 index 00000000..c10c8b57 --- /dev/null +++ b/chaos-at-home/ch-testvm.yml @@ -0,0 +1,7 @@ +--- +- name: Basic Setup + hosts: ch-testvm + roles: + - role: base + - role: sshd + - role: zsh |