Skip to content

Commit

Permalink
Merge pull request #3 from Diesel-Net/development
Browse files Browse the repository at this point in the history
clean up
  • Loading branch information
tomdaley92 authored Jul 14, 2021
2 parents 32d71f6 + faf3d34 commit 32d8458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .ansible/inventories/production/group_vars/all/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
env: prod

domain: ca.diesel.net
fingerprint: c4dfdfdece152139fe58280eebaa142ef25b0a19f0984ca5e5338d0d8522f7d8

email: !vault |
$ANSIBLE_VAULT;1.1;AES256
Expand All @@ -9,7 +11,7 @@ email: !vault |
3735383061643037390a343731373762313638653861323762633662373238303332383861383432
36343838633735343437316666346437346136323862653935313133643439663230
fingerprint: c4dfdfdece152139fe58280eebaa142ef25b0a19f0984ca5e5338d0d8522f7d8
password: !vault |
$ANSIBLE_VAULT;1.1;AES256
64386334383831346436646566323666626165323336643161646234323066323031646165343934
Expand Down
2 changes: 1 addition & 1 deletion .ansible/templates/defaults.json.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ca-url": "https://{{ domain }}",
"ca-config": "/home/step/config/ca.json",
"fingerprint": "c4dfdfdece152139fe58280eebaa142ef25b0a19f0984ca5e5338d0d8522f7d8",
"fingerprint": "{{ fingerprint }}",
"root": "/home/step/certs/root_ca.crt"
}

0 comments on commit 32d8458

Please sign in to comment.