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
|
||||
ansible.builtin.copy:
|
||||
src: "/config/certs/key.pem"
|
||||
dest: "/root/nginx/key.pem"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0600"
|
||||
# - name: copy key
|
||||
# ansible.builtin.copy:
|
||||
# src: "/config/certs/key.pem"
|
||||
# dest: "/root/nginx/key.pem"
|
||||
# owner: root
|
||||
# group: root
|
||||
# mode: "0600"
|
||||
|
||||
- name: copy ca
|
||||
ansible.builtin.copy:
|
||||
src: "/config/certs/crt_ca.pem"
|
||||
dest: "/root/nginx/ca.pem"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0600"
|
||||
# - name: copy ca
|
||||
# ansible.builtin.copy:
|
||||
# src: "/config/certs/crt_ca.pem"
|
||||
# dest: "/root/nginx/ca.pem"
|
||||
# owner: root
|
||||
# group: root
|
||||
# mode: "0600"
|
||||
|
||||
- name: Create nginx container
|
||||
community.docker.docker_container:
|
||||
|
|
Loading…
Reference in a new issue