mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
copr-fe-dev-aws: test ansible PG plugin
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
e49912067a
commit
e655e9f1d7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user