Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Created February 8, 2021 13:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
vault write auth/approle/role/sa_ansible \
token_num_uses=0 \
token_ttl=0m \
secret_id_num_uses=0 \
token_no_default_policy=false \
token_policies="acl_sa_ansible"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment