commit 1c4144a23d000781657790df8ff3777ef74fabe3 parent befe785e51ade3a3b56edcdf4953bed29214cde2 Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Sat, 27 Feb 2021 12:27:46 +0100 add Archlinux vars Diffstat:
A | libvirt/ansible/vars/Archlinux.yml | | | 8 | ++++++++ |
A | proxmox/ansible/vars/Archlinux.yml | | | 8 | ++++++++ |
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/libvirt/ansible/vars/Archlinux.yml b/libvirt/ansible/vars/Archlinux.yml @@ -0,0 +1,8 @@ +--- + +# group of sudo users +sudo_group: wheel + +host_files: + - file: '/etc/hosts' + fqdn: '{{ ansible_hostname }}' diff --git a/proxmox/ansible/vars/Archlinux.yml b/proxmox/ansible/vars/Archlinux.yml @@ -0,0 +1,8 @@ +--- + +# group of sudo users +sudo_group: wheel + +host_files: + - file: '/etc/hosts' + fqdn: '{{ ansible_hostname }}'