This commit is contained in:
@@ -20,6 +20,14 @@
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
||||
- name: Copy upstreamc.onf
|
||||
ansible.builtin.copy:
|
||||
src: upstream.conf
|
||||
dest: /etc/nginx/conf.d/upstream.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
||||
- name: Restart nginx
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
|
||||
Reference in New Issue
Block a user