init
This commit is contained in:
commit
59a5b86104
11 changed files with 456 additions and 0 deletions
10
inventory/host_vars/iris.yml
Normal file
10
inventory/host_vars/iris.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
deploy_ssh_certificates:
|
||||
- name: ssh_host_ed25519_key
|
||||
type: host
|
||||
key_type: ed25519
|
||||
signing_key: dmz_host
|
||||
host: iris.dmz
|
||||
|
||||
docker_repository: debian
|
||||
|
||||
data_directory: /data
|
4
inventory/hosts.yml
Normal file
4
inventory/hosts.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
all:
|
||||
hosts:
|
||||
iris:
|
||||
ansible_host: iris.dmz
|
Reference in a new issue