Skip to content

gotofbi/ansible-credentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published