Saltstack Official Linux Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819
  1. applications:
  2. - linux
  3. parameters:
  4. linux:
  5. system:
  6. enabled: true
  7. user:
  8. root:
  9. enabled: true
  10. name: root
  11. home: /root
  12. timezone: Europe/Prague
  13. cluster: default
  14. network:
  15. enabled: true
  16. hostname: ${linux:system:name}
  17. fqdn: ${linux:system:name}.${linux:system:domain}
  18. storage:
  19. enabled: true