From 842f02dad1d2357a5b3c1f1f4e1d2ae1ee347145 Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Fri, 11 Dec 2020 22:55:23 +0100 Subject: [PATCH] add ffs04 --- group_vars/ffs04 | 12 ++++++++++++ inventory/ffs04 | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 group_vars/ffs04 create mode 100644 inventory/ffs04 diff --git a/group_vars/ffs04 b/group_vars/ffs04 new file mode 100644 index 0000000..c2df7fe --- /dev/null +++ b/group_vars/ffs04 @@ -0,0 +1,12 @@ +--- +users: + - are + - leonard + - roland + - nrb + +users_root: + - are + - leonard + - roland + - nrb diff --git a/inventory/ffs04 b/inventory/ffs04 new file mode 100644 index 0000000..919e3f9 --- /dev/null +++ b/inventory/ffs04 @@ -0,0 +1,7 @@ +--- +ffs04: + hosts: + ffs04.freifunk-stuttgart.de: + ansible_ssh_host: ffs04 + gw09n02.gw.freifunk-stuttgart.de: + ansible_ssh_host: 4092.ffs04 -- GitLab