Enable the fedocal playbook on fedocal - prod
This commit is contained in:
parent
6284895aaf
commit
dfb97356be
1 changed files with 4 additions and 8 deletions
|
@ -4,8 +4,7 @@
|
|||
# NOTE: most of these vars come from group_vars/fedocal* or from hostvars
|
||||
|
||||
- name: make fedocal
|
||||
hosts: fedocal-stg
|
||||
#;fedocal
|
||||
hosts: fedocal-stg;fedocal
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -22,8 +21,7 @@
|
|||
- include: $handlers/restart_services.yml
|
||||
|
||||
- name: make the box be real
|
||||
hosts: fedocal-stg
|
||||
#;fedocal
|
||||
hosts: fedocal-stg;fedocal
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
|
@ -55,8 +53,7 @@
|
|||
- include: $handlers/restart_services.yml
|
||||
|
||||
- name: set up fedmsg
|
||||
hosts: fedocal-stg
|
||||
#;fedocal
|
||||
hosts: fedocal-stg;fedocal
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
|
@ -73,8 +70,7 @@
|
|||
- include: $handlers/restart_services.yml
|
||||
|
||||
- name: deploy fedocal itself
|
||||
hosts: fedocal-stg
|
||||
#;fedocal
|
||||
hosts: fedocal-stg;fedocal
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue