Ansible repository with playbooks to manage azure objects
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

6 lines
192 B

  1. ---
  2. ansible_user: master
  3. private_ipv4_address: "{{ private_ipv4_addresses | first }}"
  4. public_ipv4_address: "{{ public_ipv4_addresses | first | default(private_ipv4_address, true) }}"
  5. ...