blob: fd6dde05aef472e42bfb42417635dfeb024130ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
certs:
# Copy only these private keys and certs from ansible into the system
requested:
- yourmail.server.com
# we receive our certs by scp from the main cert hosting service elsewhere
receiver: true
# These users have ansible-controlled ssh private keys
# (mainly for automated backups right now)
sshKeysForUsers:
- root
|