aboutsummaryrefslogtreecommitdiff
path: root/inventory.yml
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-06-05 16:28:39 +0200
committerjaseg <code@jaseg.net>2020-06-05 16:29:54 +0200
commit2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e (patch)
treeeb2f00bbc5a538a2534d6afef41f3043068e5b8f /inventory.yml
parent10b4f62b6aad0f5f460925a40d6ab7e4920a8b05 (diff)
downloadinfra-2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e.tar.gz
infra-2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e.tar.bz2
infra-2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e.zip
deploy: Add dyndns service
Diffstat (limited to 'inventory.yml')
-rw-r--r--inventory.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory.yml b/inventory.yml
index ea577e3..913ea5f 100644
--- a/inventory.yml
+++ b/inventory.yml
@@ -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}}"