init
This commit is contained in:
commit
63603599ee
7 changed files with 137 additions and 0 deletions
2
ansible/inventory/host_vars/nextcloud.yml
Normal file
2
ansible/inventory/host_vars/nextcloud.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
apt_install_packages:
|
||||
- snapd
|
4
ansible/inventory/hosts.yml
Normal file
4
ansible/inventory/hosts.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
all:
|
||||
hosts:
|
||||
nextcloud:
|
||||
ansible_host: nextcloud.dmz
|
Reference in a new issue