25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

29 satır
630B

  1. ---
  2. - name: mainentance user
  3. user:
  4. name: mainentance
  5. system: yes
  6. createhome: yes
  7. home: /var/lib/mainentance
  8. notify: restart lightdm
  9. - name: mainentance directory
  10. file:
  11. path: /usr/local/share/mainentance
  12. state: directory
  13. notify: restart lightdm
  14. - name: mainentance xsession desktop
  15. template:
  16. src: mainentance.desktop.j2
  17. dest: /usr/local/share/mainentance/mainentance.desktop
  18. notify: restart lightdm
  19. - name: mainentance xsession script
  20. template:
  21. src: mainentance-xsession.sh.j2
  22. dest: /usr/local/share/mainentance/xsession
  23. mode: u=rwx,g=rx,o=rx
  24. notify: restart lightdm