use ansible-vault for aws credentials (replaces prod.env)
This commit is contained in:
parent
4a75be6699
commit
3314292a8b
@ -9,3 +9,9 @@
|
|||||||
src: prometheus.yml.j2
|
src: prometheus.yml.j2
|
||||||
dest: /etc/prometheus/prometheus.yml
|
dest: /etc/prometheus/prometheus.yml
|
||||||
notify: restart prometheus
|
notify: restart prometheus
|
||||||
|
|
||||||
|
- name: Configure AWS credentials from vault
|
||||||
|
template:
|
||||||
|
src: aws_credentials.j2
|
||||||
|
dest: /home/galion/.aws/credentials
|
||||||
|
mode: '0600'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user