Compare commits
No commits in common. "38b8ee075fab55b91186920ab3017c59c92c4b0e" and "b845d6bc51fb877dd82c34ed94c946701906d638" have entirely different histories.
38b8ee075f
...
b845d6bc51
3 changed files with 0 additions and 13 deletions
|
@ -3,7 +3,6 @@
|
|||
- import_playbook: consul-server.yml
|
||||
- import_playbook: vault-server.yml
|
||||
- import_playbook: consul-client.yml
|
||||
- import_playbook: docker.yml
|
||||
- import_playbook: nomad.yml
|
||||
- import_playbook: nexus.yml
|
||||
- import_playbook: lnd.yml
|
||||
|
|
|
@ -85,7 +85,6 @@
|
|||
VAULT_ADDR: https://vault.service.masked.name:8200
|
||||
VAULT_TOKEN: "{{ lookup('file', lookup('env', 'HOME') + '/.vault-token') }}"
|
||||
VAULT_FORMAT: json
|
||||
VAULT_CACERT: /etc/ssl/certs/MaskedName_Root_CA.crt
|
||||
register: cert_data
|
||||
when: exp.rc != 0
|
||||
|
||||
|
|
|
@ -31,15 +31,4 @@
|
|||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
|
||||
- name: ensure docker certs directory exists
|
||||
file:
|
||||
path: /etc/docker/certs.d/docker.service.{{ consul_domain }}:8082
|
||||
state: directory
|
||||
|
||||
- name: symlink ca cert
|
||||
file:
|
||||
src: /etc/pki/certs/{{ vault_ca_cert_name }}
|
||||
dest: /etc/docker/certs.d/docker.service.{{ consul_domain }}:8082/ca.crt
|
||||
state: link
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue