Define rsyslog_{inputs,outputs} for all hosts
This commit is contained in:
parent
529550f594
commit
5d319cf167
2 changed files with 7 additions and 0 deletions
|
@ -89,3 +89,9 @@ apartment_block_dhcp: "{{ apartment_block }}"
|
||||||
ipv6_base_prefix: "2a09:6840"
|
ipv6_base_prefix: "2a09:6840"
|
||||||
|
|
||||||
is_aurore_host: "{{ 'aurore_vm' in group_names }}"
|
is_aurore_host: "{{ 'aurore_vm' in group_names }}"
|
||||||
|
|
||||||
|
rsyslog_outputs:
|
||||||
|
- proto: relp
|
||||||
|
address: 10.128.0.241
|
||||||
|
port: 20514
|
||||||
|
...
|
||||||
|
|
|
@ -5,4 +5,5 @@ rsyslog_inputs:
|
||||||
port: 20514
|
port: 20514
|
||||||
- proto: udp
|
- proto: udp
|
||||||
port: 514
|
port: 514
|
||||||
|
rsyslog_outputs: []
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue