mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-07 04:24:10 +01:00
17e8ab15fe
group_vars/all was enabling just the sshd jail so move this into the fail2ban role defaults. patchwork, security and wiki were redefining fail2ban_jails without deviating from the group_vars/all default and can therefore be dropped.
14 lines
484 B
YAML
14 lines
484 B
YAML
configure_firewall: true
|
|
|
|
# this is needed to make ansible find the firewalld python
|
|
# module when deploying firewalld tasks
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
# this is used by the maintenance role to get the ip address
|
|
# of the machine running the playbook
|
|
maintenance_remote_machine: "{{ hostvars[inventory_hostname]['ansible_env'].SSH_CLIENT.split(' ')[0] }}"
|
|
|
|
# prometheus-node-exporter port
|
|
prometheus_exporter_port: '9100'
|
|
prometheus_memcached_exporter_port: '9150'
|