Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.17 KB

ansible-credentials

Setting up file-based credentials for a UNIX system.

Platforms Platforms

Tunables

  • credentials_user (string) - The user to override credentials for.
  • credentials_group (string) - The group that the given user belongs to.
  • credentials_home_path (string) - The home path for the given user.
  • credentials_id_rsa (string) - The private key for the user.
  • credentials_known_hosts (string) - The known hosts for the user.
  • credentials_aws_access_key_id (string) - The AWS Access Key for the user.
  • credentials_aws_secret_access_key (string) - The AWS Secret Access Key for the user.

Example Playbook

- hosts: servers
  roles:
    - role: telusdigital.credentials
      credentials_user: ci-bot
      credentials_id_rsa: "{{ id_rsa }}"
      credentials_known_hosts: "{{ known_hosts }}"

License

MIT

Contributors