Files
infrastructure/group_vars/all/common.yml
2025-11-24 23:16:35 +04:00

11 lines
369 B
YAML

filesystem: btrfs
configure_firewall: true
# 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_facts']['env']['SSH_CLIENT'].split(' ')[0] }}"
# prometheus-node-exporter port
prometheus_exporter_port: '9100'
prometheus_memcached_exporter_port: '9150'