-
- Downloads
Ansible playbook: project_ci_aws_creds.yaml
An Ansible playbook to create an IAM user for GitLab projects' CI. Also, rotates the IAM access keys, sets the CI variables for the access key, attaches an inline policy to limit the user by IP and requested region. Lastly, create a policy with full access to Resource Groups because I usually create one for each deployment but there isn't such an AWS managed policy.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Ansible/ansible.cfg 1 addition, 0 deletionsAnsible/ansible.cfg
- Ansible/collections/.gitkeep 0 additions, 0 deletionsAnsible/collections/.gitkeep
- Ansible/project_ci_aws_creds.yaml 208 additions, 0 deletionsAnsible/project_ci_aws_creds.yaml
- Ansible/requirements.yml 6 additions, 0 deletionsAnsible/requirements.yml
Ansible/collections/.gitkeep
0 → 100644
Ansible/project_ci_aws_creds.yaml
0 → 100644
Ansible/requirements.yml
0 → 100644
Please register or sign in to comment