From e8cdba85c48dcbbd42e6fcb5be3aa2912008cb84 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Tue, 7 Nov 2017 16:27:49 +0100 Subject: initial commit --- roles/space_server/files/ansible/hosts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 roles/space_server/files/ansible/hosts (limited to 'roles/space_server/files/ansible/hosts') diff --git a/roles/space_server/files/ansible/hosts b/roles/space_server/files/ansible/hosts new file mode 100644 index 0000000..3091e4a --- /dev/null +++ b/roles/space_server/files/ansible/hosts @@ -0,0 +1,11 @@ +# This is the default ansible 'hosts' file. +# +# It should live in /etc/ansible/hosts +# +# - Comments begin with the '#' character +# - Blank lines are ignored +# - Groups of hosts are delimited by [header] elements +# - You can enter hostnames or ip addresses +# - A hostname/ip can be a member of multiple groups + +space ansible_connection=local -- cgit v1.2.1