commit 87b5ea29c74d89900a148c405fa8093ad8b07c23 parent 81caf9170a5ef1e0c3d6fb05489aa52efc0caa3b Author: Andreas Gruhler <andreas.gruhler@adfinis-sygroup.ch> Date: Sat, 2 Nov 2019 00:13:28 +0100 add suse vars Diffstat:
A | ansible/vars/Suse.yml | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/ansible/vars/Suse.yml b/ansible/vars/Suse.yml @@ -0,0 +1,10 @@ +--- + +# group of sudo users +sudo_group: wheel + +host_files: + - file: '/etc/cloud/templates/hosts.suse.tmpl' + fqdn: '\{\{fqdn\}\}' + - file: '/etc/hosts' + fqdn: '{{ ansible_hostname }}'