move test role

This commit is contained in:
vincent 2020-09-06 20:49:06 +02:00
parent a672bdc911
commit d4994956ab
10 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@
- ansible-pihole
- {role: ansible-role-certbot, become: yes} ##need to have a external connection on 80
- {role: nginx, become: yes }
- {role: mariadb, become: yes }
- {role: ansible-role-postgresql, become: yes }
- {role: radicale , become: yes }
- php
- nextcloud

4
test-role/postgres.yml Normal file
View File

@ -0,0 +1,4 @@
- hosts: server
become: yes
roles:
- ansible-role-postgresql