Skip to content

Instantly share code, notes, and snippets.

@whytewolf
Created June 23, 2017 16:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save whytewolf/859951bfbd95909086631921d65b63c2 to your computer and use it in GitHub Desktop.
fileserver_backend:
- git
gitfs_provider: pygit2
gitfs_remotes:
- git@github.com:whytewolf/dyn_salt_top.git:
- pubkey: /root/.ssh/id_rsa.pub
- privkey: /root/.ssh/id_rsa
- git@github.com:whytewolf/salt-phase0-states.git:
- pubkey: /root/.ssh/id_rsa.pub
- privkey: /root/.ssh/id_rsa
- git@github.com:whytewolf/salt-phase0-orch.git:
- pubkey: /root/.ssh/id_rsa.pub
- privkey: /root/.ssh/id_rsa
- git@github.com:whytewolf/salt-phase0-files.git:
- pubkey: /root/.ssh/id_rsa.pub
- privkey: /root/.ssh/id_rsa
ext_pillar:
- git:
- master git@github.com:whytewolf/salt-phase0-pillar.git:
- pubkey: /root/.ssh/id_rsa.pub
- privkey: /root/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment