Skip to content

Commit

Permalink
Ansible Vault and Azure Key Vault vault password script (ansible#44544)
Browse files Browse the repository at this point in the history
* added new vault password files that can be used with Azure Key Vault

* fixed pylint errors

* fixed pep 8 violations
  • Loading branch information
OxHobbs authored and ansibot committed Nov 6, 2018
1 parent e1aa05b commit 6c94c28
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contrib/vault/azure_vault.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[azure_keyvault] # Used with Azure KeyVault
vault_name=django-keyvault
secret_name=vaultpw
secret_version=9k1e6c7367b33eac8ee241b3698009f3

[azure] # Used by Dynamic Inventory
group_by_resource_group=yes
group_by_location=yes
group_by_security_group=yes
group_by_tag=yes
Loading

0 comments on commit 6c94c28

Please sign in to comment.