Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ---
  2. - name: Seed secrets in Azure
  3. hosts: localhost
  4. tasks:
  5. - name: Create a secret
  6. azure_rm_keyvaultsecret:
  7. auth_source: auto
  8. ad_user: xxxx@xxxx.nl
  9. password: xxxxxxxx
  10. secret_name: MySecret
  11. secret_value: My_Pass_Sec
  12. keyvault_uri: https://xxxx-kv.vault.azure.net/
  13. tags:
  14. testing: testing
  15. delete: never
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement