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.

91 satır
2.1KB

  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. sriov: True
  24. isolcpu: 1,2,3,4
  25. hugepages:
  26. large:
  27. default: true
  28. size: 1G
  29. count: 210
  30. mount_point: /mnt/hugepages_1GB
  31. motd:
  32. - warning: |
  33. #!/bin/sh
  34. printf "WARNING: This is tcpcloud network.\n"
  35. printf " Unauthorized access is strictly prohibited.\n"
  36. printf "\n"
  37. - info: |
  38. #!/bin/sh
  39. printf -- "--[tcp cloud]---------------------------\n"
  40. printf " Hostname | ${linux:system:name}\n"
  41. printf " Domain | ${linux:system:domain}\n"
  42. printf " System | %s\n" "$(lsb_release -s -d)"
  43. printf " Kernel | %s\n" "$(uname -r)"
  44. printf -- "----------------------------------------\n"
  45. printf "\n"
  46. user:
  47. root:
  48. enabled: true
  49. home: /root
  50. name: root
  51. test:
  52. enabled: true
  53. name: test
  54. sudo: true
  55. uid: 9999
  56. full_name: Test User
  57. home: /home/test
  58. group:
  59. test:
  60. enabled: true
  61. name: test
  62. gid: 9999
  63. system: true
  64. job:
  65. test:
  66. enabled: true
  67. command: "/bin/sleep 3"
  68. user: test
  69. minute: 0
  70. hour: 13
  71. package:
  72. htop:
  73. version: latest
  74. repo:
  75. opencontrail:
  76. source: "deb http://ppa.launchpad.net/tcpcloud/contrail-2.20/ubuntu trusty main"
  77. architectures: amd64
  78. policyrcd:
  79. - package: cassandra
  80. action: exit 101
  81. - package: '*'
  82. action: switch
  83. locale:
  84. en_US.UTF-8:
  85. enabled: true
  86. default: true
  87. "cs_CZ.UTF-8 UTF-8":
  88. enabled: true
  89. autoupdates:
  90. enabled: true