diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-26 14:17:41 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-26 14:17:41 +0100 |
commit | 9e4e02fdfb5a9e038c5e09a38fa51b457164156b (patch) | |
tree | 7c3f088425b3998432e70e59fa802f613f49e374 /ansible/inventory | |
parent | 4083f32156c5df71cb6ea370a411e152c8a67b8b (diff) | |
download | infra-9e4e02fdfb5a9e038c5e09a38fa51b457164156b.tar.gz infra-9e4e02fdfb5a9e038c5e09a38fa51b457164156b.tar.bz2 infra-9e4e02fdfb5a9e038c5e09a38fa51b457164156b.tar.xz infra-9e4e02fdfb5a9e038c5e09a38fa51b457164156b.zip |
Replaced malabaricus.
Diffstat (limited to 'ansible/inventory')
-rw-r--r-- | ansible/inventory | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible/inventory b/ansible/inventory index 501477c..5b24dca 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -18,7 +18,9 @@ all: homepi: ansible_host: homepi.local malabaricus: - ansible_host: malabaricus.vpn.trygvis.io + #ansible_host: malabaricus.vpn.trygvis.io + ansible_host: 192.168.10.181 + ansible_python_interpreter: /usr/bin/python3 conflatorio: ansible_host: conflatorio.vpn.trygvis.io ansible_python_interpreter: /usr/bin/python3 |