forked from infra/ansible
elnbuildsync: limit to staging for now
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
parent
bb005e49aa
commit
7ef75bd174
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Set up the database
|
||||
hosts: apps_dbserver_stg:apps_dbserver
|
||||
hosts: apps_dbserver_stg
|
||||
gather_facts: no
|
||||
become: yes
|
||||
become_user: postgres
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
encoding: UTF-8
|
||||
|
||||
- name: Deploy the application
|
||||
hosts: os_control[0]:os_control_stg[0]
|
||||
hosts: os_control_stg[0]
|
||||
user: root
|
||||
gather_facts: false
|
||||
vars_files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue