Replaced and rotated all secrets in docker-int compose
This commit is contained in:
parent
98a27586c0
commit
85076cf875
@ -29,7 +29,7 @@ services:
|
|||||||
- "./letsencrypt:/letsencrypt"
|
- "./letsencrypt:/letsencrypt"
|
||||||
- "./logsTraefik:/var/log/traefik"
|
- "./logsTraefik:/var/log/traefik"
|
||||||
environment:
|
environment:
|
||||||
- "CF_API_KEY=4fa4711ae24bd19c1c17a06ce2ec6b3fa7629"
|
- "CF_API_KEY={{ cf_api_key }}"
|
||||||
- "CF_API_EMAIL=jg@justus.ws"
|
- "CF_API_EMAIL=jg@justus.ws"
|
||||||
# squid:
|
# squid:
|
||||||
# container_name: squid
|
# container_name: squid
|
||||||
@ -97,7 +97,7 @@ services:
|
|||||||
- "8081:8080"
|
- "8081:8080"
|
||||||
environment:
|
environment:
|
||||||
WEBDAV_USERNAME: alice
|
WEBDAV_USERNAME: alice
|
||||||
WEBDAV_PASSWORD: secret1234
|
WEBDAV_PASSWORD: "{{ webdav_password }}"
|
||||||
UID: 1001
|
UID: 1001
|
||||||
volumes:
|
volumes:
|
||||||
- ./consume:/media
|
- ./consume:/media
|
||||||
|
|||||||
3
ansible/inventory/host_vars/docker-int/vars
Normal file
3
ansible/inventory/host_vars/docker-int/vars
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
cf_api_key: "{{ vault_cf_api_key }}"
|
||||||
|
webdav_password: "{{ vault_webdav_password }}"
|
||||||
10
ansible/inventory/host_vars/docker-int/vault
Normal file
10
ansible/inventory/host_vars/docker-int/vault
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
35353935306336363466613765393230363230396162346665373961653631636464383737356331
|
||||||
|
3835326264613564613034663166656333663464373835610a346239366162323935383362316263
|
||||||
|
31346237376639376331616463306165643462633032366136626464313063373032646162336539
|
||||||
|
3832653562376661610a386663313034326165336630333463333131343432613636613539643365
|
||||||
|
39653238646535613962373234363732636539623262363361663038303930353965316535373262
|
||||||
|
31306136336663643634376366396537653162376635303961643864613335653364316163386538
|
||||||
|
37396531623265656431306635343230386365353364316264353431613138326264666561346439
|
||||||
|
34373464653764303062353532333865666133373562313232613136383234306139633036386238
|
||||||
|
30303430303334613735313534663935663266393036666262376635656536323230
|
||||||
Loading…
x
Reference in New Issue
Block a user