-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
See these:
ansible-playbooks/roles/vmsingle/tasks/configure.yml
Lines 58 to 66 in b5f0516
| - name: Create aws config file | |
| become: true | |
| ansible.builtin.copy: | |
| dest: ~/.aws/config | |
| mode: "0600" | |
| content: | | |
| [default] | |
| region = eu-west-1 | |
| output = json |
I suggest moving region value to playbook variables like it was done with custom S3 endpoint.
Metadata
Metadata
Assignees
Labels
No labels