tf-ansible-workflow

Terraform/Ansible Workflow for Libvirt
git clone https://git.in0rdr.ch/tf-ansible-workflow.git
Log | Files | Refs | Pull requests |Archive

Archlinux.yml (116B)


      1 ---
      2 
      3 # group of sudo users
      4 sudo_group: wheel
      5 
      6 host_files:
      7   - file: '/etc/hosts'
      8     fqdn: '{{ ansible_hostname }}'