Ansible repository with playbooks to manage azure objects
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

18 satır
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. ...