This commit is contained in:
2022-04-16 20:01:29 +02:00
parent b372b9d28d
commit ae0852bd6c
2 changed files with 71 additions and 0 deletions

View File

@ -6,6 +6,14 @@
name:
- nginx
- name: Copy default nginx config
ansible.builtin.copy:
src: nginx.conf
dest: /etc/nginx/nginx.conf
owner: root
group: root
mode: '0644'
- name: Enable and restart nginx daemon
service:
name: nginx