extract roles
This commit is contained in:
parent
c2521842a0
commit
ee31ade8e2
7 changed files with 20 additions and 105 deletions
12
ansible/inventory/host_vars/atlas/ssh_certificates.yml
Normal file
12
ansible/inventory/host_vars/atlas/ssh_certificates.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
deploy_ssh_certificates:
|
||||
- name: ssh_user_ed25519_key
|
||||
type: user
|
||||
key_type: ed25519
|
||||
signing_key: hyp_user
|
||||
host: atlas.hyp
|
||||
principals: hypervisor
|
||||
- name: ssh_host_ed25519_key
|
||||
type: host
|
||||
key_type: ed25519
|
||||
signing_key: hyp_host
|
||||
host: atlas.hyp
|
Reference in a new issue