deploy: Add dyndns service

This commit is contained in:
jaseg 2020-06-05 16:28:39 +02:00
parent 10b4f62b6a
commit 2d3756eb4e
8 changed files with 82 additions and 2 deletions

View file

@ -6,3 +6,6 @@ all:
ansible_ssh_identity_file: ~/.ssh/id_ed25519
ansible_user: root
ansible_python_interpreter: /usr/bin/python3
localhost:
ansible_connection: local
ansible_python_interpreter: "{{ansible_playbook_python}}"