mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Enable the fedocal playbook on fedocal - prod
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user