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.
 
 
 

15 line
225 B

  1. ---
  2. #nsgs:
  3. # - name:
  4. # default_rules:
  5. # purge_default_rules: false
  6. # rules:
  7. # purge_rules: true
  8. # location:
  9. # resource_group:
  10. # state:
  11. # tags:
  12. # "env": "prod"
  13. # "provisioner": "ansible"
  14. ...