diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-06-29 07:18:53 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-06-29 07:18:53 +0200 |
commit | 49fb8bb8d34076626cfd2adcf1e85c5e9ec13adc (patch) | |
tree | 92ba47a88923f97c7402b9204730ab85ee06f91c /chaos-at-home/ch-router.yml | |
parent | Revert "openwrt naming scheme has changed" (diff) |
added sample ch-router deployment
Diffstat (limited to 'chaos-at-home/ch-router.yml')
-rw-r--r-- | chaos-at-home/ch-router.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chaos-at-home/ch-router.yml b/chaos-at-home/ch-router.yml new file mode 100644 index 00000000..5fa1ca5f --- /dev/null +++ b/chaos-at-home/ch-router.yml @@ -0,0 +1,6 @@ +--- +- hosts: ch-router + connection: local + roles: + - role: openwrt/image + delegate_to: localhost |