Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

25 рядки
526B

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