summaryrefslogtreecommitdiff
path: root/inventory/hosts.ini
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-09 01:50:05 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-09 01:50:05 +0100
commitd131f5240dd124c2ea747ec7665e28e2daafb012 (patch)
tree5d61aaafac00352b99a52dc20e13ba3fd7a35f34 /inventory/hosts.ini
parentgot rid playbooks and host_playbooks folder (diff)
vm installation works now again
Diffstat (limited to 'inventory/hosts.ini')
-rw-r--r--inventory/hosts.ini8
1 files changed, 2 insertions, 6 deletions
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index 6b1461de..0e83ecda 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -1,8 +1,8 @@
[all:vars]
host_name={{ inventory_hostname }}
#ansible_host={{ host_name }}.{{ host_domain }}
-#ansible_user=root
-#ansible_port=22000
+ansible_user=root
+ansible_port=22000
###############################
@@ -12,8 +12,6 @@ host_name={{ inventory_hostname }}
host_domain=chaos-at-home.org
env_group=chaos-at-home
ansible_host={{ host_name }}.{{ host_domain }}
-ansible_user=root
-ansible_port=22000
[chaos-at-home]
#prometheus
@@ -28,8 +26,6 @@ keyserver
host_domain=spreadspace.org
env_group=spreadspace
ansible_host={{ host_name }}.{{ host_domain }}
-ansible_user=root
-ansible_port=22000
[spreadspace]
build