Skip to content

Instantly share code, notes, and snippets.

@Nashlow
Last active December 1, 2015 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nashlow/7038a60d4bcfe29b0176 to your computer and use it in GitHub Desktop.
Save Nashlow/7038a60d4bcfe29b0176 to your computer and use it in GitHub Desktop.
Nash
#/etc/salt/master
ext_pillar:
- git:
- base git@git_FQDN:saltstack-formulas.git:
- env: base
- privkey: /etc/ssh/salt_rsa
- pubkey: /etc/ssh/salt_rsa.pub
- master git@git_FQDN:saltstack-formulas/pillars-users.git:
- root: reseau
- privkey: /etc/ssh/salt_rsa
- pubkey: /etc/ssh/salt_rsa.pub
#/srv/pillar/top.sls
base:
'*':
'fqdn'
pillars-users.reseau
@Nashlow
Copy link
Author

Nashlow commented Dec 1, 2015

root@serv-salt:~# git clone git@FQDN:saltstack-formulas.git
Clonage dans 'saltstack-formulas'...
The authenticity of host 'FQDN (@ip)' can't be established.
ECDSA key fingerprint is 38:bf:35:27:44:7b:a7:89:56:4f:20:dd:f8:4b:xx:xx
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'FQDN' (ECDSA) to the list of known hosts.
git@FQDN's password:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment