forked from rezabojnordi/sre_devops_command
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvault.yaml
More file actions
18 lines (17 loc) · 746 Bytes
/
vault.yaml
File metadata and controls
18 lines (17 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- name: Test
hosts: 127.0.0.1
gather_facts: false
vars:
database_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
37653264363466356265366136633630376536613738336632393137636639633833653636306433
633932626264633938313237363631616539356266346343434390a333765653462346136656337336134
66613437313833333865653434064396431393337616162663137663830343134613636383036393265
3662323738646332360a3564rrr36356530316235316262623633653330643862306561373536333965
32653433626236343964646162613534366161623963386633303538663763646139333266366234
3964653265373935363462316434643135346166633231333236
tasks:
- name: Test 1
ansible.builtin.debug:
msg: "{{ database_password }}"