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

22 行
413B

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