blob: a9d2d323ef2a6250e1d0651f710a60277af632fd (
plain) (
blame)
1
2
3
4
5
6
7
|
- name: Configure nginx for ip.ilvokhin.com
ansible.builtin.copy:
src: roles/web/files/sites/ip.ilvokhin.com
dest: /etc/nginx/sites-available
owner: root
group: root
mode: u+rw,g+r,o+r
|