Update install_code.yaml
This commit is contained in:
parent
43d7700dc2
commit
df0eb6a973
1 changed files with 14 additions and 14 deletions
|
@ -100,21 +100,21 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: copy key
|
# - name: copy key
|
||||||
ansible.builtin.copy:
|
# ansible.builtin.copy:
|
||||||
src: "/config/certs/key.pem"
|
# src: "/config/certs/key.pem"
|
||||||
dest: "/root/nginx/key.pem"
|
# dest: "/root/nginx/key.pem"
|
||||||
owner: root
|
# owner: root
|
||||||
group: root
|
# group: root
|
||||||
mode: "0600"
|
# mode: "0600"
|
||||||
|
|
||||||
- name: copy ca
|
# - name: copy ca
|
||||||
ansible.builtin.copy:
|
# ansible.builtin.copy:
|
||||||
src: "/config/certs/crt_ca.pem"
|
# src: "/config/certs/crt_ca.pem"
|
||||||
dest: "/root/nginx/ca.pem"
|
# dest: "/root/nginx/ca.pem"
|
||||||
owner: root
|
# owner: root
|
||||||
group: root
|
# group: root
|
||||||
mode: "0600"
|
# mode: "0600"
|
||||||
|
|
||||||
- name: Create nginx container
|
- name: Create nginx container
|
||||||
community.docker.docker_container:
|
community.docker.docker_container:
|
||||||
|
|
Loading…
Reference in a new issue