summaryrefslogtreecommitdiff
blob: c38b80dd9bd17285fff888c5649a1bf54a4e1721 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
certs:
  # Copy only these private keys and certs from ansible into the system
  keyTypes:
    - rsa2048
    - prime256v1

# requested can EITHER be:
# - just a list of hostnames (then we depoly all 'keyTypes' for each hostname)
# - or, a mapping of, e.g.:
#   - host: example1.com
#     type: rsa2048
#   - host: example1.com
#     type: prime256v1
  required:
    - example1.com
    - example2.com
    - example3.com

  # These users have ansible-controlled ssh private keys
  # (mainly for automated backups right now)
  sshKeysForUsers: []
  #  - root
Powered by cgit v1.2.3 (git 2.41.0)