Saltstack Official Salt 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.

76 lines
1.5KB

  1. salt:
  2. master:
  3. fileserver_backend:
  4. - git
  5. - roots
  6. gitfs_remotes:
  7. - git://github.com/saltstack-formulas/salt-formula.git:
  8. - base: develop
  9. file_roots:
  10. base:
  11. - /srv/salt
  12. minion:
  13. master: salt
  14. fileserver_backend:
  15. - git
  16. - roots
  17. gitfs_remotes:
  18. - git://github.com/saltstack-formulas/salt-formula.git:
  19. - base: develop
  20. file_roots:
  21. base:
  22. - /srv/salt
  23. module_config:
  24. test: True
  25. test.foo: foo
  26. test.bar:
  27. - baz
  28. - quo
  29. test.baz:
  30. spam: sausage
  31. cheese: bread
  32. cloud:
  33. master: salt
  34. folders:
  35. - cloud.providers.d/key
  36. - cloud.profiles.d
  37. - cloud.maps.d
  38. providers:
  39. - ec2
  40. - gce
  41. aws_key: AWSKEYIJSHJAIJS6JSH
  42. aws_secret: AWSSECRETYkkDY1iQf9zRtl9+pW+Nm+aZY95
  43. gce_project: test
  44. gce_service_account_email_address: 867543072364-orl4h2tpp8jcn1tr9ipj@developer.gserviceaccount.com
  45. rsos_user: afeawofghob
  46. rsos_tenant: tenant_id_number
  47. rsos_apikey: WFJIOJEOIGHSOFHESO
  48. rsos_regions:
  49. - ORD
  50. - DFW
  51. - IAD
  52. - SYD
  53. - HKG
  54. reactor:
  55. - 'deploy':
  56. - /srv/salt/reactors/deploy.sls
  57. ssh_roster:
  58. prod1:
  59. host: host.example.com
  60. user: ubuntu
  61. sudo: True
  62. priv: /etc/salt/ssh_keys/sshkey.pem
  63. salt_cloud_certs:
  64. aws:
  65. pem: |
  66. -----BEGIN RSA PRIVATE KEY-----
  67. ...........
  68. -----END RSA PRIVATE KEY-----
  69. gce:
  70. pem: |
  71. -----BEGIN RSA PRIVATE KEY-----
  72. ...........
  73. -----END RSA PRIVATE KEY-----