Skip to content
Snippets Groups Projects
Select Git revision
  • 0dacdea49827b35a1c9731714b31356e2e6ab0bc
  • master default
2 results

main.yml

Blame
  • credentials.j2 230 B
    # vim: ft=cfg
    [shore]
    aws_access_key_id = {{ run(["ph", "show", "--field", "UserName", "shore.co.il/AWS CLI"])["stdout"] }}
    aws_secret_access_key = {{ run(["ph", "show", "--field", "Password", "shore.co.il/AWS CLI"])["stdout"] }}