git ssb

1+

dinoworm 🐛 / butt-as-a-service



Commit 49415eb0a58cacca424046e94b7e34ee26bfbe6a

update example pillar

Michael Williams committed on 12/25/2017, 1:37:07 PM
Parent: 74140b3654fc1b3b2e1316a793a4140d8a1860d0

Files changed

example/salt/pillar/salt.slschanged
example/salt/pillar/top.slschanged
example/salt/pillar/agents.slsdeleted
example/salt/pillar/docker.slsadded
example/salt/pillar/hub.slsadded
example/salt/pillar/salt.slsView
@@ -7,8 +7,9 @@
77 - git
88
99 gitfs_remotes:
1010 - git://github.com/saltstack-formulas/salt-formula.git
11 + - git://github.com/saltstack-formulas/docker-formula.git
1112 - git://github.com/ahdinosaur/butt-as-a-service.git:
1213 - root: salt/state
1314
1415 git_pillar_privkey: /root/.ssh/id_rsa
example/salt/pillar/top.slsView
@@ -1,9 +1,12 @@
11 base:
22 '*':
3- - agents
3 + - docker
44 'roles:master':
55 - match: grain
66 - salt
77 'roles:minion':
88 - match: grain
99 - salt
10 + 'roles:hub':
11 + - match: grain
12 + - hub
example/salt/pillar/agents.slsView
@@ -1,4 +1,0 @@
1-agents:
2- - type: bot
3- name: salt.butt.nz
4- service: pub
example/salt/pillar/docker.slsView
@@ -1,0 +1,2 @@
1 +docker:
2 + install_docker_py: True
example/salt/pillar/hub.slsView
@@ -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