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

configure.yml 270B

7年前
12345678910111213141516
  1. ---
  2. - name: knot configuration
  3. template:
  4. src: knot.conf.j2
  5. dest: /etc/knot/knot.conf
  6. notify: reload knot
  7. - name: working directory
  8. file:
  9. path: /var/lib/knot
  10. state: directory
  11. owner: knot
  12. group: knot
  13. recurse: yes
  14. notify: restart knot