Update install_code.yaml

This commit is contained in:
David Rotermund 2024-04-26 16:18:49 +02:00 committed by GitHub
parent 43d7700dc2
commit df0eb6a973
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: