tf-ansible-workflow

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

cloud_init.cfg.tpl (631B)


      1 #cloud-config
      2 # vim: syntax=yaml
      3 #
      4 # ***********************
      5 # 	---- for more examples look at: ------
      6 # ---> https://cloudinit.readthedocs.io/en/latest/topics/examples.html
      7 # ******************************
      8 #
      9 # This is the configuration syntax that the write_files module
     10 # will know how to understand. encoding can be given b64 or gzip or (gz+b64).
     11 # The content will be decoded accordingly and then written to the path that is
     12 # provided.
     13 #
     14 # Note: Content strings here are truncated for example purposes.
     15 ssh_pwauth: True
     16 disable_root: False
     17 chpasswd:
     18   list:
     19     root:root
     20   expire: False
     21 ssh_authorized_keys:
     22   - ${public_key}