[WIP] Copr playbooks refactoring using ansible roles, new role for copr-keygen

This commit is contained in:
Valentin Gologuzov 2014-10-10 12:35:14 +02:00
parent 325d8e6a7e
commit f27bd43dd2
69 changed files with 2700 additions and 360 deletions

View file

@ -1,3 +1,6 @@
---
devel: false
_forward-src: "{{ files }}/copr/forward"
_forward_src: "forward"
copr_backend_ips: "172.16.5.4"

View file

@ -1,2 +1,3 @@
---
_lighttpd_conf_src: "lighttpd/lighttpd.conf"
_copr_be_conf: "copr-be.conf"

View file

@ -1,2 +1,3 @@
---
_lighttpd_conf_src: "lighttpd/lighttpd_dev.conf"
_copr_be_conf: "copr-be.conf-dev"

View file

@ -1,2 +1,2 @@
---
copr-hostname: "copr-fe.cloud.fedoraproject.org"
copr_hostname: "copr-fe.cloud.fedoraproject.org"

View file

@ -1,2 +1 @@
---
copr-hostname: "copr-fe-dev.cloud.fedoraproject.org"

View file

@ -1,3 +1,6 @@
---
devel: true
_forward-src: "{{ files }}/copr/forward-dev"
#_forward-src: "{{ files }}/copr/forward-dev"
_forward_src: "forward_dev"
copr_backend_ips: "172.16.5.5 172.16.5.4"

View file

@ -6,7 +6,7 @@ security_group: webserver
zone: nova
hostbase: copr-be-
public_ip: 209.132.184.142
root_auth_users: bkabrda msuchy pingou msuchy sgallagh nb asamalik
root_auth_users: bkabrda msuchy pingou msuchy sgallagh nb asamalik vgologuz
description: copr dispatcher and repo server
volumes: ['-d /dev/vdc vol-00000028']
@ -23,5 +23,3 @@ fedmsg_certs:
owner: root
group: copr
# Copr vars
copr-hostname: "copr-be.cloud.fedoraproject.org"

View file

@ -11,4 +11,4 @@ description: copr dispatcher and repo server - dev instance
tcp_ports: ['22', '80', '443']
# Copr vars
copr-hostname: copr-be-dev.cloud.fedoraproject.org
copr_hostname: copr-be-dev.cloud.fedoraproject.org