You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/ansible/roles/syslog/defaults/main.yml

11 lines
260 B

---
sysloghost_netsys_port: "514"
sysloghost_netcons_port: "5514"
sysloghost_nettemp_port: "5515"
sysloghost_all_ports:
- "{{ sysloghost_netsys_port }}"
- "{{ sysloghost_netcons_port }}"
- "{{ sysloghost_nettemp_port }}"
sysloghost_share_mountpoint: ""