parent
3af593674e
commit
287fff41b4
4 changed files with 80 additions and 0 deletions
5
ansible/inventory/host_vars/lewis/apt.yml
Normal file
5
ansible/inventory/host_vars/lewis/apt.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
apt_install_packages:
|
||||
- qemu-kvm
|
||||
- libvirt-daemon-system
|
||||
- sudo
|
||||
- bridge-utils
|
12
ansible/inventory/host_vars/lewis/ssh_certificates.yml
Normal file
12
ansible/inventory/host_vars/lewis/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: lewis.hyp
|
||||
principals: hypervisor
|
||||
- name: ssh_host_ed25519_key
|
||||
type: host
|
||||
key_type: ed25519
|
||||
signing_key: hyp_host
|
||||
host: lewis.hyp
|
|
@ -6,3 +6,5 @@ all:
|
|||
ansible_host: atlas.hyp
|
||||
jefke:
|
||||
ansible_host: jefke.hyp
|
||||
lewis:
|
||||
ansible_host: lewis.hyp
|
||||
|
|
Reference in a new issue