From 3919165ff02989547cb89dc84dc8fc20eaeee278 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 22 Aug 2019 00:37:04 +0200 Subject: cccamp19 dyndns --- chaos-at-home/r3-cccamp19-flora.yml | 1 + chaos-at-home/r3-cccamp19-gw.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 chaos-at-home/r3-cccamp19-gw.yml (limited to 'chaos-at-home') diff --git a/chaos-at-home/r3-cccamp19-flora.yml b/chaos-at-home/r3-cccamp19-flora.yml index 09f4f74d..0208c1db 100644 --- a/chaos-at-home/r3-cccamp19-flora.yml +++ b/chaos-at-home/r3-cccamp19-flora.yml @@ -5,3 +5,4 @@ - role: base - role: sshd - role: zsh + - role: dyndns/client diff --git a/chaos-at-home/r3-cccamp19-gw.yml b/chaos-at-home/r3-cccamp19-gw.yml new file mode 100644 index 00000000..d729471a --- /dev/null +++ b/chaos-at-home/r3-cccamp19-gw.yml @@ -0,0 +1,5 @@ +--- +- name: configure dyndns + hosts: r3-cccamp19-gw + roles: + - dyndns/client -- cgit v1.2.3