tf-ansible-workflow

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

RedHat.yml (192B)


      1 ---
      2 
      3 # group of sudo users
      4 sudo_group: wheel
      5 
      6 host_files:
      7   - file: '/etc/cloud/templates/hosts.redhat.tmpl'
      8     fqdn: '\{\{fqdn\}\}'
      9   - file: '/etc/hosts'
     10     fqdn: '{{ ansible_hostname }}'