1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-02 09:36:03 +02:00

Remove redundant config that's already defined in group_vars/all

This commit is contained in:
Sven-Hendrik Haase 2019-03-19 18:53:29 +01:00
parent ab1c932e7a
commit b2e22da8e6
10 changed files with 0 additions and 55 deletions

View File

@ -37,9 +37,3 @@ zabbix_agent_templates:
zabbix_agent_host_groups:
- Linux servers
- Zabbix servers
configure_firewall: true
# this is needed to make ansible find the firewalld python
# module when deploying firewalld tasks
ansible_python_interpreter: /usr/bin/python3.7

View File

@ -6,9 +6,3 @@ network_interface: "eno2"
ipv4_address: "169.38.85.99"
ipv4_netmask: "/26"
ipv4_gateway: "169.38.85.65"
configure_firewall: true
# this is needed to make ansible find the firewalld python
# module when deploying firewalld tasks
ansible_python_interpreter: /usr/bin/python3.7

View File

@ -6,9 +6,3 @@ network_interface: "eno2"
ipv4_address: "161.202.225.107"
ipv4_netmask: "/26"
ipv4_gateway: "161.202.225.65"
configure_firewall: true
# this is needed to make ansible find the firewalld python
# module when deploying firewalld tasks
ansible_python_interpreter: /usr/bin/python3.7

View File

@ -18,9 +18,3 @@ zabbix_agent_templates:
- Template App Mailman
- Template App MySQL
- Template App Nginx
configure_firewall: true
# this is needed to make ansible find the firewalld python
# module when deploying firewalld tasks
ansible_python_interpreter: /usr/bin/python3.7

View File

@ -6,9 +6,3 @@ network_interface: "eno2"
ipv4_address: "169.57.35.94"
ipv4_netmask: "/26"
ipv4_gateway: "169.57.35.65"
configure_firewall: true
# this is needed to make ansible find the firewalld python
# module when deploying firewalld tasks
ansible_python_interpreter: /usr/bin/python3.7

View File

@ -21,8 +21,3 @@ zabbix_agent_templates:
- Template OS Linux
- Template App Borg Backup
- Template App Nginx
configure_firewall: true
# this is needed to make ansible find the firewalld python
# module when deploying firewalld tasks
ansible_python_interpreter: /usr/bin/python3.7

View File

@ -6,5 +6,3 @@ network_interface: "en*"
filesystem: btrfs
system_disks:
- /dev/sda
ansible_python_interpreter: /usr/bin/python3

View File

@ -7,9 +7,3 @@ network_interface: "eno2"
ipv4_address: "161.202.204.205"
ipv4_netmask: "/26"
ipv4_gateway: "161.202.204.193"
configure_firewall: true
# this is needed to make ansible find the firewalld python
# module when deploying firewalld tasks
ansible_python_interpreter: /usr/bin/python3.7

View File

@ -20,9 +20,3 @@ zabbix_agent_templates:
- Template App Borg Backup
- Template App Syncrepo
- Template App PostgreSQL
configure_firewall: true
# this is needed to make ansible find the firewalld python
# module when deploying firewalld tasks
ansible_python_interpreter: /usr/bin/python3.7

View File

@ -14,9 +14,3 @@ system_disks:
zabbix_agent_templates:
- Template OS Linux
configure_firewall: true
# this is needed to make ansible find the firewalld python
# module when deploying firewalld tasks
ansible_python_interpreter: /usr/bin/python3.7