Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 9 година
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