From 95c3e54f09db6a50b5b715c079b5b3f6cc84209f Mon Sep 17 00:00:00 2001 From: nicoo Date: Sat, 8 Dec 2018 10:51:48 +0100 Subject: [PATCH] ctf: Move host vars from inventory to host_vars/ & document them --- ansible/host_vars/ctf/main.yml | 6 ++++++ ansible/hosts.ini | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ansible/host_vars/ctf/main.yml b/ansible/host_vars/ctf/main.yml index 8b4c911..6273f7f 100644 --- a/ansible/host_vars/ctf/main.yml +++ b/ansible/host_vars/ctf/main.yml @@ -8,7 +8,13 @@ sshd_allowusers_host: - f0rki - verr +# SSH configuration +## There are no individual user accounts +localconfig_ssh_config_user: root +## ctf.realraum.at doesn't resolve to the new VM (yet) +ansible_host: 89.106.211.47 +# VM installation vm_host: alfred install: diff --git a/ansible/hosts.ini b/ansible/hosts.ini index b428eab..26bb727 100644 --- a/ansible/hosts.ini +++ b/ansible/hosts.ini @@ -45,7 +45,7 @@ virtualservers-alfred [virtualservers-alfred] athsdisc calendar -ctf localconfig_ssh_config_user=root ansible_host=89.106.211.47 +ctf entrance galley hacksch -- 1.7.10.4