Skip to content

Commit 32d8458

Browse files
authored
Merge pull request #3 from Diesel-Net/development
clean up
2 parents 32d71f6 + faf3d34 commit 32d8458

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.ansible/inventories/production/group_vars/all/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
env: prod
2+
23
domain: ca.diesel.net
4+
fingerprint: c4dfdfdece152139fe58280eebaa142ef25b0a19f0984ca5e5338d0d8522f7d8
35

46
email: !vault |
57
$ANSIBLE_VAULT;1.1;AES256
@@ -9,7 +11,7 @@ email: !vault |
911
3735383061643037390a343731373762313638653861323762633662373238303332383861383432
1012
36343838633735343437316666346437346136323862653935313133643439663230
1113
12-
fingerprint: c4dfdfdece152139fe58280eebaa142ef25b0a19f0984ca5e5338d0d8522f7d8
14+
1315
password: !vault |
1416
$ANSIBLE_VAULT;1.1;AES256
1517
64386334383831346436646566323666626165323336643161646234323066323031646165343934
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ca-url": "https://{{ domain }}",
33
"ca-config": "/home/step/config/ca.json",
4-
"fingerprint": "c4dfdfdece152139fe58280eebaa142ef25b0a19f0984ca5e5338d0d8522f7d8",
4+
"fingerprint": "{{ fingerprint }}",
55
"root": "/home/step/certs/root_ca.crt"
66
}

0 commit comments

Comments
 (0)