From 80e38128420f785fb3561f814f33881ff8ebff6d Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 20 Nov 2020 18:54:33 +0100 Subject: Add clients/guests, e.g. for wireguard --- host_vars/bentonite.yml | 6 ++++++ host_vars/graphite.yml | 6 ++++++ host_vars/guest0.yml | 6 ++++++ host_vars/guest1.yml | 6 ++++++ host_vars/guest2.yml | 6 ++++++ 5 files changed, 30 insertions(+) create mode 100644 host_vars/bentonite.yml create mode 100644 host_vars/graphite.yml create mode 100644 host_vars/guest0.yml create mode 100644 host_vars/guest1.yml create mode 100644 host_vars/guest2.yml (limited to 'host_vars') diff --git a/host_vars/bentonite.yml b/host_vars/bentonite.yml new file mode 100644 index 0000000..d615df9 --- /dev/null +++ b/host_vars/bentonite.yml @@ -0,0 +1,6 @@ +ansible_host: bentonite +ip: + in: 10.10.0.81 + out: 192.168.5.81 + +virtual: false diff --git a/host_vars/graphite.yml b/host_vars/graphite.yml new file mode 100644 index 0000000..7ee35ed --- /dev/null +++ b/host_vars/graphite.yml @@ -0,0 +1,6 @@ +ansible_host: graphite +ip: + in: 10.10.0.80 + out: 192.168.5.80 + +virtual: false diff --git a/host_vars/guest0.yml b/host_vars/guest0.yml new file mode 100644 index 0000000..76f7242 --- /dev/null +++ b/host_vars/guest0.yml @@ -0,0 +1,6 @@ +ansible_host: guest0 +ip: + in: 10.10.0.100 + out: 192.168.5.100 + +virtual: false diff --git a/host_vars/guest1.yml b/host_vars/guest1.yml new file mode 100644 index 0000000..48702bd --- /dev/null +++ b/host_vars/guest1.yml @@ -0,0 +1,6 @@ +ansible_host: guest1 +ip: + in: 10.10.0.101 + out: 192.168.5.101 + +virtual: false diff --git a/host_vars/guest2.yml b/host_vars/guest2.yml new file mode 100644 index 0000000..ee49906 --- /dev/null +++ b/host_vars/guest2.yml @@ -0,0 +1,6 @@ +ansible_host: guest2 +ip: + in: 10.10.0.102 + out: 192.168.5.102 + +virtual: false -- cgit v1.2.3