update origin-certs role arguments
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
08be7f7351
commit
f519666812
|
@ -5,8 +5,11 @@ cont_recreate: false
|
||||||
cont_restart: false
|
cont_restart: false
|
||||||
|
|
||||||
# CloudFlare Origin certificates
|
# CloudFlare Origin certificates
|
||||||
cloudflare_origin_crt: '{{lookup("passwordstore", "cloud/Cloudflare/origin.crt returnall=true")}}'
|
origin_certs:
|
||||||
cloudflare_origin_key: '{{lookup("passwordstore", "cloud/Cloudflare/origin.key returnall=true")}}'
|
- domain: 'status.im'
|
||||||
|
crt: '{{lookup("passwordstore", "cloud/Cloudflare/status.im/origin.crt returnall=true")}}'
|
||||||
|
key: '{{lookup("passwordstore", "cloud/Cloudflare/status.im/origin.key returnall=true")}}'
|
||||||
|
default: true
|
||||||
|
|
||||||
# Root password
|
# Root password
|
||||||
bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
|
bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
hosts:
|
hosts:
|
||||||
- nimbus-master
|
- nimbus-master
|
||||||
roles:
|
roles:
|
||||||
- { role: origin-cert, tags: origin-cert }
|
- { role: origin-certs, tags: origin-certs }
|
||||||
- { role: nimbus-stats, tags: nimbus-stats }
|
- { role: nimbus-stats, tags: nimbus-stats }
|
||||||
|
|
||||||
- name: Configure Nimbus cluster
|
- name: Configure Nimbus cluster
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: origin-cert
|
- name: origin-certs
|
||||||
src: git@github.com:status-im/infra-role-origin-cert.git
|
src: git@github.com:status-im/infra-role-origin-certs.git
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-tinc
|
- name: infra-role-tinc
|
||||||
|
|
Loading…
Reference in New Issue