From b0a39886bd13b4b313a6988bbd78fbca7a5d187f Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Fri, 17 Mar 2017 22:34:36 +0100 Subject: [PATCH] moved host_vars to own file --- .gitignore | 2 ++ host_vars/fastd | 9 +++++++++ inventory.ini.sample | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 host_vars/fastd diff --git a/.gitignore b/.gitignore index 27a9230..c17c2a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ inventory.ini +host_vars/* *.swp +*.retry diff --git a/host_vars/fastd b/host_vars/fastd new file mode 100644 index 0000000..7a10e7c --- /dev/null +++ b/host_vars/fastd @@ -0,0 +1,9 @@ +--- +ansible_host: 123.123.123.123 +fastd_peer_limit: 200 +fastd_secret: +fastd_mesh_mac: ' +bat0_ipv6: '' +bat0_ipv4: +dhcp_start: +dhcp_end: diff --git a/inventory.ini.sample b/inventory.ini.sample index 54dc92e..2ab14ce 100644 --- a/inventory.ini.sample +++ b/inventory.ini.sample @@ -1,8 +1,8 @@ [new_fastds] -123.123.123.123 arch_hostname=fastd1 +123.123.123.123 arch_hostname=fastd [fastds] -123.123.123.123 +fastd [all:vars] hetzner_webservice_username=