Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- ---
-
- - include: setup_Debian.yml
-
- - name: nginx.conf
- template:
- src: nginx.conf.j2
- dest: /etc/nginx/nginx.conf
- notify: reload nginx
-
- - name: default vhost
- template:
- src: default-vhost.j2
- dest: /etc/nginx/sites-available/default
- notify: reload nginx
|