mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
adding imagefactory client to qa-stg
This commit is contained in:
@@ -69,6 +69,9 @@ buildslave_password: '{{ qa_stg_buildslave_password }}'
|
||||
deployment_type: qa-stg
|
||||
tcp_ports: [ 80, 222, 443, "{{ buildslave_port }}", 3306 ]
|
||||
|
||||
# for downloading taskotron images
|
||||
imagesdir: /var/lib/diskimages
|
||||
|
||||
# static sites
|
||||
static_sites:
|
||||
- name: "{{ inventory_hostname }}"
|
||||
@@ -79,6 +82,11 @@ static_sites:
|
||||
document_root: /srv/content/docs
|
||||
external_name: "docs.{{ external_hostname }}"
|
||||
|
||||
- name: "images.{{ inventory_hostname }}"
|
||||
document_root: /srv/content/images
|
||||
external_name: "images.{{ external_hostname }}"
|
||||
|
||||
|
||||
sslonly: false
|
||||
|
||||
freezes: false
|
||||
|
||||
@@ -108,6 +108,9 @@
|
||||
tags:
|
||||
- qastaticsites
|
||||
|
||||
roles:
|
||||
- { role: taskotron/imagefactory-client, tags: ['imagefactoryclient']}
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user