init
This commit is contained in:
commit
3ab58714d6
10 changed files with 160 additions and 0 deletions
ansible/inventory
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: []
|
5
ansible/inventory/hosts.yml
Normal file
5
ansible/inventory/hosts.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
hosts:
|
||||
thecloud:
|
||||
ansible_user: root
|
||||
ansible_host: thecloud.dmz
|
Reference in a new issue