forked from infra/ansible
Revert "elnbuildsync: limit to staging for now"
This reverts commit 7ef75bd174.
This commit is contained in:
parent
0aa20b9436
commit
96b1531c50
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Set up the database
|
||||
hosts: apps_dbserver_stg
|
||||
hosts: apps_dbserver_stg:apps_dbserver
|
||||
gather_facts: no
|
||||
become: yes
|
||||
become_user: postgres
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
encoding: UTF-8
|
||||
|
||||
- name: Deploy the application
|
||||
hosts: os_control_stg[0]
|
||||
hosts: os_control[0]:os_control_stg[0]
|
||||
user: root
|
||||
gather_facts: false
|
||||
vars_files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue