您最多选择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