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.
 
 
 

18 line
361 B

  1. ---
  2. #nics:
  3. # - name:
  4. # create_with_security_group: false
  5. # dns_servers: []
  6. # enable_accelerated_networking: true
  7. # enable_ip_forwarding: true
  8. # ip_configurations: {}
  9. # resource_group:
  10. # security_group:
  11. # subnet_name:
  12. # virtual_network:
  13. # state:
  14. # tags:
  15. # "env": "prod"
  16. # "provisioner": "ansible"
  17. ...