Saltstack Official Linux Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

87 lines
2.0KB

  1. linux:
  2. system:
  3. enabled: true
  4. cluster: default
  5. name: test01
  6. timezone: Europe/Prague
  7. domain: local
  8. environment: prd
  9. apparmor:
  10. enabled: false
  11. haveged:
  12. enabled: true
  13. console:
  14. tty0:
  15. autologin: root
  16. ttyS0:
  17. autologin: root
  18. rate: 115200
  19. term: xterm
  20. prompt:
  21. default: "test01.local$"
  22. kernel:
  23. hugepages:
  24. large:
  25. default: true
  26. size: 1G
  27. count: 210
  28. mount_point: /mnt/hugepages_1GB
  29. motd:
  30. - warning: |
  31. #!/bin/sh
  32. printf "WARNING: This is tcpcloud network.\n"
  33. printf " Unauthorized access is strictly prohibited.\n"
  34. printf "\n"
  35. - info: |
  36. #!/bin/sh
  37. printf -- "--[tcp cloud]---------------------------\n"
  38. printf " Hostname | ${linux:system:name}\n"
  39. printf " Domain | ${linux:system:domain}\n"
  40. printf " System | %s\n" "$(lsb_release -s -d)"
  41. printf " Kernel | %s\n" "$(uname -r)"
  42. printf -- "----------------------------------------\n"
  43. printf "\n"
  44. user:
  45. root:
  46. enabled: true
  47. home: /root
  48. name: root
  49. test:
  50. enabled: true
  51. name: test
  52. sudo: true
  53. uid: 9999
  54. full_name: Test User
  55. home: /home/test
  56. group:
  57. test:
  58. enabled: true
  59. name: test
  60. gid: 9999
  61. system: true
  62. job:
  63. test:
  64. enabled: true
  65. command: "/bin/sleep 3"
  66. user: test
  67. minute: 0
  68. hour: 13
  69. package:
  70. htop:
  71. version: latest
  72. repo:
  73. opencontrail:
  74. source: "deb http://ppa.launchpad.net/tcpcloud/contrail-2.20/ubuntu trusty main"
  75. architectures: amd64
  76. policyrcd:
  77. - package: cassandra
  78. action: exit 101
  79. - package: '*'
  80. action: switch
  81. locale:
  82. en_US.UTF-8:
  83. enabled: true
  84. default: true
  85. "cs_CZ.UTF-8 UTF-8":
  86. enabled: true