2013-08-13 00:35:25 +02:00
|
|
|
salt:
|
|
|
|
master:
|
|
|
|
fileserver_backend:
|
|
|
|
- git
|
|
|
|
- roots
|
|
|
|
gitfs_remotes:
|
2013-08-13 00:37:38 +02:00
|
|
|
- git://github.com/saltstack-formulas/salt-formula.git
|
2013-08-13 00:35:25 +02:00
|
|
|
file_roots:
|
2013-08-13 23:40:48 +02:00
|
|
|
base:
|
2013-08-13 00:35:25 +02:00
|
|
|
- /srv/salt
|
|
|
|
minion:
|
|
|
|
master: salt
|
2013-09-03 16:45:24 +02:00
|
|
|
module_config:
|
|
|
|
test: True
|
|
|
|
test.foo: foo
|
|
|
|
test.bar:
|
|
|
|
- baz
|
|
|
|
- quo
|
|
|
|
test.baz:
|
|
|
|
spam: sausage
|
|
|
|
cheese: bread
|
2014-07-20 16:59:38 +02:00
|
|
|
cloud:
|
|
|
|
master: salt
|
|
|
|
folders:
|
|
|
|
- cloud.providers.d/key
|
|
|
|
- cloud.profiles.d
|
|
|
|
- cloud.maps.d
|
|
|
|
providers:
|
|
|
|
- ec2
|
|
|
|
- gce
|
|
|
|
aws_key: AWSKEYIJSHJAIJS6JSH
|
|
|
|
aws_secret: AWSSECRETYkkDY1iQf9zRtl9+pW+Nm+aZY95
|
|
|
|
gce_project: test
|
|
|
|
gce_service_account_email_address: 867543072364-orl4h2tpp8jcn1tr9ipj@developer.gserviceaccount.com
|
|
|
|
salt_cloud_certs:
|
|
|
|
aws:
|
|
|
|
pem: |
|
|
|
|
-----BEGIN RSA PRIVATE KEY-----
|
|
|
|
...........
|
|
|
|
-----END RSA PRIVATE KEY-----
|
|
|
|
|
|
|
|
gce:
|
|
|
|
pem: |
|
|
|
|
-----BEGIN RSA PRIVATE KEY-----
|
|
|
|
...........
|
|
|
|
-----END RSA PRIVATE KEY-----
|