Browse Source

provide pillar example

tags/v0.45.0
Daniel Krämer 7 years ago
parent
commit
c98aa35392
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pillar.example

+ 3
- 0
pillar.example View File

ssh_keys: ssh_keys:
privkey: PRIVATEKEY privkey: PRIVATEKEY
pubkey: PUBLICKEY pubkey: PUBLICKEY
# you can provide multiple keys, the keyname is takes as filename
foobar: PRIVATEKEY
foobar.pub: PUBLICKEY
# ... or you can pull them from a different pillar, # ... or you can pull them from a different pillar,
# for example one called "ssh_keys": # for example one called "ssh_keys":
ssh_keys_pillar: ssh_keys_pillar:

Loading…
Cancel
Save