blob: 1e8574e2edd00998f7eac2a6558690009699f7d2 [file] [log] [blame]
Zack Williamsba5549c2017-03-25 15:04:45 -07001---
2# ssh-pki/tasks/main.yml
3
4pki_dir: "/opt/pki"
5ssh_pki_dir: "/opt/ssh_pki"
6credentials_dir: "/opt/credentials"
7
8# password on SSH CA
9ssh_ca_phrase: "{{ lookup('password', credentials_dir ~ '/ssh_ca_phrase length=64') }}"
10
11# ssh-keygen parameters
12ssh_keytype: rsa
13ssh_keysize: 4096
14
15# lists of keys to generate
16ssh_client_genkeys:
17 - name: headnode
18
19ssh_host_genkeys: []
20