aboutsummaryrefslogtreecommitdiff
path: root/ansible/lxvm
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-01-18 15:39:34 +0100
committerAlex Auvolat <alex@adnab.me>2020-07-15 15:49:52 +0200
commit317417910030c511cc5368d897dac2a91f91dd60 (patch)
treef2be25b07322a720817faf5364018d53f1348791 /ansible/lxvm
parentf844c9454f19e0fa6cfbef4edee4096b33b1b020 (diff)
downloadinfrastructure-317417910030c511cc5368d897dac2a91f91dd60.tar.gz
infrastructure-317417910030c511cc5368d897dac2a91f91dd60.zip
Achieve a working install on my VMs
Diffstat (limited to 'ansible/lxvm')
-rw-r--r--ansible/lxvm5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/lxvm b/ansible/lxvm
new file mode 100644
index 0000000..8d31f55
--- /dev/null
+++ b/ansible/lxvm
@@ -0,0 +1,5 @@
+[cluster_nodes]
+#ubuntu1 ansible_host=192.168.42.10
+debian1 ansible_host=192.168.42.20 ansible_user=root public_ip=192.168.42.20 private_ip=192.168.42.20 interface=enp1s0 dns_server=208.67.222.222
+debian2 ansible_host=192.168.42.21 ansible_user=root public_ip=192.168.42.21 private_ip=192.168.42.21 interface=enp1s0 dns_server=208.67.222.222
+debian3 ansible_host=192.168.42.22 ansible_user=root public_ip=192.168.42.22 private_ip=192.168.42.22 interface=enp1s0 dns_server=208.67.222.222