Skip to content
Snippets Groups Projects
Commit dd8453ff authored by Thomas Schneider's avatar Thomas Schneider
Browse files

basic-system: Configure journal and hosts only optionally

parent 64ebfaeb
No related branches found
No related tags found
1 merge request!3Locales, optional journal and hosts config
Pipeline #1688 passed
......@@ -4,3 +4,5 @@ dns_hostname_fqdn: false
hosts_alternates: []
hosts_additionals: []
etckeeper: true
rsyslog_needed: false
hosts_precious: false
......@@ -18,6 +18,7 @@
when:
- syslogserver is not defined or syslogserver.split(":")[0] != ansible_fqdn
- ansible_distribution_major_version|int >= 9
- not rsyslog_needed
register: syslog_provider
tags:
- syslog
......
......@@ -45,6 +45,7 @@
template:
src: hosts.j2
dest: /etc/hosts
when: not hosts_precious
notify:
- gather network facts once again
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment