Rename playbook to playbook-pull
authorKristof Provost <kp@FreeBSD.org>
Sat, 13 May 2023 09:22:19 +0000 (11:22 +0200)
committerKristof Provost <kp@FreeBSD.org>
Tue, 30 May 2023 19:31:45 +0000 (21:31 +0200)
We'll have to push a lot of our configuration, because it's the only way
we'll be able to use ansible-vault (and thus keep secrets secret).

We still want the pull functionality, so we can use that to bootstrap a
way for ansible to connect to the devices. Likely autossh to a known
server with a reverse tunnel, but that'll come in future commits.

ansible/playbook-pull.yaml [moved from ansible/playbook.yaml with 100% similarity]
image/overlay/domotica/home/kp/bin/ansible_poll

index db833ed..e584f64 100755 (executable)
@@ -4,4 +4,4 @@
     -o \
     -U https://git.sigsegv.be/pennestraat-domotica \
     -i ansible/inventory.yaml \
-    ansible/playbook.yaml
+    ansible/playbook-pull.yaml