adding prod to new taskotron playbook
This commit is contained in:
parent
ca6f172b87
commit
c146afe961
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=taskotron-dev,taskotron-stg"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: taskotron-dev:taskotron-stg
|
||||
hosts: taskotron-dev:taskotron-stg:taskotron-prod
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: configure taskotron master
|
||||
hosts: taskotron-dev:taskotron-stg
|
||||
hosts: taskotron-dev:taskotron-stg:taskotron-prod
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue