copr-fe-dev-aws: test ansible PG plugin
This commit is contained in:
parent
e49912067a
commit
e655e9f1d7
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
- name: test pg plugin
|
||||
hosts: copr_back_dev_aws
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
tasks:
|
||||
- name: Create db
|
||||
postgresql_db: name="coprdb" encoding='UTF-8'
|
||||
become: yes
|
||||
become_user: postgres
|
||||
|
||||
- name: check/create instance
|
||||
hosts: copr_back_dev:copr_back_stg:copr_back:copr_back_dev_aws:copr_back_aws
|
||||
user: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue