dfgg
This commit is contained in:
parent
410088295c
commit
620c55124d
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
||||||
- hosts: git
|
- hosts: git
|
||||||
roles:
|
roles:
|
||||||
- role: geerlingguy.postgresql
|
- role: geerlingguy.postgresql
|
||||||
tags: "db"
|
tags:
|
||||||
|
- db
|
||||||
|
- postgres
|
||||||
|
- psql
|
||||||
|
- postgresql
|
||||||
become: true
|
become: true
|
||||||
- role: roles-ansible.gitea
|
- role: roles-ansible.gitea
|
||||||
tags: "gitea"
|
tags: "gitea"
|
||||||
|
|
Loading…
Reference in a new issue