選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
186B

  1. ---
  2. - name: install nginx
  3. apt:
  4. pkg: nginx-light
  5. - name: nginx vhost configuration
  6. template:
  7. src: nginx.conf.j2
  8. dest: /etc/nginx/nginx.conf
  9. notify:
  10. - reload nginx