From 02c1899ee0d117083d726b6ddadfa15bcd6767c2 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 14 Apr 2024 17:16:43 -0500 Subject: [PATCH] Remove unused host_vars --- host_vars/nal-hutta.yaml | 22 ---------------------- host_vars/rmq1.yaml | 17 ----------------- host_vars/rmq2.yaml | 17 ----------------- host_vars/rmq3.yaml | 17 ----------------- host_vars/ubuntu.yaml | 7 ------- 5 files changed, 80 deletions(-) delete mode 100644 host_vars/nal-hutta.yaml delete mode 100644 host_vars/rmq1.yaml delete mode 100644 host_vars/rmq2.yaml delete mode 100644 host_vars/rmq3.yaml delete mode 100644 host_vars/ubuntu.yaml diff --git a/host_vars/nal-hutta.yaml b/host_vars/nal-hutta.yaml deleted file mode 100644 index 97c20ff..0000000 --- a/host_vars/nal-hutta.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -#network_interfaces: -# - name: eth0 -# address: -# - 45.56.123.101/24 -# - 2600:3c00::f03c:91ff:fed5:eeec/64 -# gateway: -# - 45.56.123.1 -# - fe80::1 - -firewall_allowed_tcp_ports: - v4: - - 443 - - 80 - - 8186 - v6: - - 443 - - 80 - - 8186 - -postfix_sasl_passwd_map: - "[smtp.fastmail.com]:465": "foo:bar" diff --git a/host_vars/rmq1.yaml b/host_vars/rmq1.yaml deleted file mode 100644 index 50e7fce..0000000 --- a/host_vars/rmq1.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- -keepalived_vrrp_instances: - VI_1: - state: MASTER - interface: eth0 - virtual_router_id: 51 - priority: 254 - authentication: - auth_type: PASS - auth_pass: asdf - unicast_peer: | - {{ groups['rabbitmq_servers'] | map('extract', hostvars, ['ansible_eth0', 'ipv4', 'address']) | difference([ansible_default_ipv4.address])| list }} - virtual_ipaddress: - - 10.100.100.20/24 - track_script: - - chk_rabbitmq - - chk_amqp_port diff --git a/host_vars/rmq2.yaml b/host_vars/rmq2.yaml deleted file mode 100644 index ffe7e01..0000000 --- a/host_vars/rmq2.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- -keepalived_vrrp_instances: - VI_1: - state: BACKUP - interface: eth0 - virtual_router_id: 51 - priority: 253 - authentication: - auth_type: PASS - auth_pass: asdf - unicast_peer: | - {{ groups['rabbitmq_servers'] | map('extract', hostvars, ['ansible_eth0', 'ipv4', 'address']) | difference([ansible_default_ipv4.address])| list }} - virtual_ipaddress: - - 10.100.100.20/24 - track_script: - - chk_rabbitmq - - chk_amqp_port diff --git a/host_vars/rmq3.yaml b/host_vars/rmq3.yaml deleted file mode 100644 index a1807d3..0000000 --- a/host_vars/rmq3.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- -keepalived_vrrp_instances: - VI_1: - state: BACKUP - interface: eth0 - virtual_router_id: 51 - priority: 252 - authentication: - auth_type: PASS - auth_pass: asdf - unicast_peer: | - {{ groups['rabbitmq_servers'] | map('extract', hostvars, ['ansible_eth0', 'ipv4', 'address']) | difference([ansible_default_ipv4.address])| list }} - virtual_ipaddress: - - 10.100.100.20/24 - track_script: - - chk_rabbitmq - - chk_amqp_port diff --git a/host_vars/ubuntu.yaml b/host_vars/ubuntu.yaml deleted file mode 100644 index 5d98f23..0000000 --- a/host_vars/ubuntu.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -#network_interfaces: -# - name: enp1s0 -# address: -# - 192.168.124.124/24 -# gateway4: 192.168.124.1 -#