mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-08 13:34:19 +02:00
11 lines
369 B
YAML
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'
|