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