add review-stats/build to sundries.stg
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
commit
011afd7423
2 changed files with 4 additions and 2 deletions
|
@ -52,7 +52,9 @@
|
||||||
- pager_server
|
- pager_server
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
- review-stats/build
|
- { role: review-stats/build
|
||||||
|
, when: env == "staging"
|
||||||
|
}
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
state: present
|
state: present
|
||||||
login_user: root
|
login_user: root
|
||||||
login_password: "{{ mariadb_root_password }}"
|
login_password: "{{ mariadb_root_password }}"
|
||||||
login_unix_socket: "/var/lib/mysql/mysql.sock"
|
login_host: "127.0.0.1"
|
||||||
delegate_to: "{{ inventory_hostname }}"
|
delegate_to: "{{ inventory_hostname }}"
|
||||||
|
|
||||||
- name: create phabricator daemon user
|
- name: create phabricator daemon user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue