adding openvpn to openqa production
This commit is contained in:
parent
c60d19b0ee
commit
0186046d3b
3 changed files with 11 additions and 0 deletions
|
@ -9,10 +9,17 @@ openqa_userid: http://adamwill.id.fedoraproject.org/
|
||||||
openqa_dbname: openqa
|
openqa_dbname: openqa
|
||||||
openqa_dbhost: db-qa01.qa.fedoraproject.org
|
openqa_dbhost: db-qa01.qa.fedoraproject.org
|
||||||
openqa_dbuser: openqa
|
openqa_dbuser: openqa
|
||||||
|
openqa_dbpassword: "{{ prod_openqa_dbpassword }}"
|
||||||
|
|
||||||
|
openqa_key: "{{ prod_openqa_apikey }}"
|
||||||
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||||
|
|
||||||
wikitcms_user: coconut
|
wikitcms_user: coconut
|
||||||
|
wikitcms_password: "{{ prod_wikitcms_password }}"
|
||||||
|
|
||||||
openqa_workers: 3
|
openqa_workers: 3
|
||||||
|
|
||||||
|
deployment_type: prod
|
||||||
|
|
||||||
# NFS
|
# NFS
|
||||||
tcp_ports: 2049
|
tcp_ports: 2049
|
||||||
|
|
|
@ -21,5 +21,7 @@ wikitcms_password: "{{ stg_wikitcms_password }}"
|
||||||
# For now let's not run any scheduled jobs on stg
|
# For now let's not run any scheduled jobs on stg
|
||||||
openqa_triggers: []
|
openqa_triggers: []
|
||||||
|
|
||||||
|
deployment_type: stg
|
||||||
|
|
||||||
# http and NFS
|
# http and NFS
|
||||||
tcp_ports: [80, 2049]
|
tcp_ports: [80, 2049]
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
- { role: fas_client, tags: ['fas_client'] }
|
- { role: fas_client, tags: ['fas_client'] }
|
||||||
- { role: collectd/base, tags: ['collectd_base'] }
|
- { role: collectd/base, tags: ['collectd_base'] }
|
||||||
- { role: sudo, tags: ['sudo'] }
|
- { role: sudo, tags: ['sudo'] }
|
||||||
|
- { role: openvpn/client,
|
||||||
|
when: deployment_type == "prod", tags: ['openvpn_client'] }
|
||||||
- apache
|
- apache
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue