init
This commit is contained in:
commit
3ab58714d6
10 changed files with 160 additions and 0 deletions
6
ansible/inventory/host_vars/thecloud.yml
Normal file
6
ansible/inventory/host_vars/thecloud.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
apt_install_packages:
|
||||
- postgresql
|
||||
- python3-psycopg2
|
||||
- nfs-kernel-server
|
||||
|
||||
nfs_exports: []
|
Reference in a new issue