Commit 49415eb0a58cacca424046e94b7e34ee26bfbe6a
update example pillar
Michael Williams committed on 12/25/2017, 1:37:07 PMParent: 74140b3654fc1b3b2e1316a793a4140d8a1860d0
Files changed
example/salt/pillar/salt.sls | changed |
example/salt/pillar/top.sls | changed |
example/salt/pillar/agents.sls | deleted |
example/salt/pillar/docker.sls | added |
example/salt/pillar/hub.sls | added |
example/salt/pillar/salt.sls | ||
---|---|---|
@@ -7,8 +7,9 @@ | ||
7 | 7 … | - git |
8 | 8 … | |
9 | 9 … | gitfs_remotes: |
10 | 10 … | - git://github.com/saltstack-formulas/salt-formula.git |
11 … | + - git://github.com/saltstack-formulas/docker-formula.git | |
11 | 12 … | - git://github.com/ahdinosaur/butt-as-a-service.git: |
12 | 13 … | - root: salt/state |
13 | 14 … | |
14 | 15 … | git_pillar_privkey: /root/.ssh/id_rsa |
example/salt/pillar/top.sls | ||
---|---|---|
@@ -1,9 +1,12 @@ | ||
1 | 1 … | base: |
2 | 2 … | '*': |
3 | - - agents | |
3 … | + - docker | |
4 | 4 … | 'roles:master': |
5 | 5 … | - match: grain |
6 | 6 … | - salt |
7 | 7 … | 'roles:minion': |
8 | 8 … | - match: grain |
9 | 9 … | - salt |
10 … | + 'roles:hub': | |
11 … | + - match: grain | |
12 … | + - hub |
example/salt/pillar/agents.sls | ||
---|---|---|
@@ -1,4 +1,0 @@ | ||
1 | -agents: | |
2 | - - type: bot | |
3 | - name: salt.butt.nz | |
4 | - service: pub |
example/salt/pillar/hub.sls | ||
---|---|---|
@@ -1,0 +1,14 @@ | ||
1 … | +hub: | |
2 … | + name: salt.butt.nz | |
3 … | + provider: openstack | |
4 … | + size: small | |
5 … | + seeds: | |
6 … | + - net:ssb.mikey.nz:8008~shs:d64Q93XzBhbr2JCLWkZgvzKwTHMvwFgRdtw4fHFlF5k= | |
7 … | + - net:ssb.rootsystems.nz:8008~shs:L+nPFTMUHWXuchOwuzT6Z8Ea8wD/Rtd7leVRxGaknVk= | |
8 … | + pubs: | |
9 … | + - name: one.butt.nz | |
10 … | + port: 8008 | |
11 … | + secret: | |
12 … | + curve: ed25519 | |
13 … | + public: VJM7w1W19ZsKmG2KnfaoKIM66BRoreEkzaVm/J//wl8= | |
14 … | + private: {{ PRIVATE }} |
Built with git-ssb-web