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.

80 line
1.8KB

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