move test role
This commit is contained in:
parent
a672bdc911
commit
d4994956ab
@ -18,7 +18,7 @@
|
|||||||
- ansible-pihole
|
- ansible-pihole
|
||||||
- {role: ansible-role-certbot, become: yes} ##need to have a external connection on 80
|
- {role: ansible-role-certbot, become: yes} ##need to have a external connection on 80
|
||||||
- {role: nginx, become: yes }
|
- {role: nginx, become: yes }
|
||||||
- {role: mariadb, become: yes }
|
- {role: ansible-role-postgresql, become: yes }
|
||||||
- {role: radicale , become: yes }
|
- {role: radicale , become: yes }
|
||||||
- php
|
- php
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
4
test-role/postgres.yml
Normal file
4
test-role/postgres.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
- hosts: server
|
||||||
|
become: yes
|
||||||
|
roles:
|
||||||
|
- ansible-role-postgresql
|
Loading…
Reference in New Issue
Block a user