summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-02 03:12:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-02 03:12:51 +0100
commitb9b2f51bc8547f0cb4f9c354956650841941f119 (patch)
tree1fd46f3597d106f040eb64b47e63ab7cc69bcf30 /inventory
parentsome variable cleanup (diff)
merge over installer roles from realraum repo
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/sk2013.yml13
-rw-r--r--inventory/host_vars/sk2016.yml13
-rw-r--r--inventory/hosts.ini2
3 files changed, 1 insertions, 27 deletions
diff --git a/inventory/host_vars/sk2013.yml b/inventory/host_vars/sk2013.yml
index 920748c1..a8bb3ebd 100644
--- a/inventory/host_vars/sk2013.yml
+++ b/inventory/host_vars/sk2013.yml
@@ -7,19 +7,6 @@ sshserver_allowusers_host:
vm_host:
installer:
net_if: virbr
- preseed_path: /srv/preseed
- path: /srv/installer
- distros:
- - distro: debian
- codename: stretch
- arch:
- - amd64
- - i386
- - distro: ubuntu
- codename: xenial
- arch:
- - amd64
- - i386
network:
interface: virbr
ip: 192.168.160.254
diff --git a/inventory/host_vars/sk2016.yml b/inventory/host_vars/sk2016.yml
index 872223db..f8371cea 100644
--- a/inventory/host_vars/sk2016.yml
+++ b/inventory/host_vars/sk2016.yml
@@ -7,19 +7,6 @@ sshserver_allowusers_host:
vm_host:
installer:
net_if: virbr
- preseed_path: /srv/preseed
- path: /srv/installer
- distros:
- - distro: debian
- codename: stretch
- arch:
- - amd64
- - i386
- - distro: ubuntu
- codename: xenial
- arch:
- - amd64
- - i386
network:
interface: virbr
ip: 192.168.216.254
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index aba33ddd..34e12592 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -1,5 +1,5 @@
[all:vars]
-ansible_host={{ inventory_hostname }}.{{ host_domain }}
+#ansible_host={{ inventory_hostname }}.{{ host_domain }}
ansible_user=root
ansible_port=22000