Merge branch 'master' of /git/ansible
This commit is contained in:
commit
2cd3301ed5
4 changed files with 11 additions and 1 deletions
2
files/copr/boto
Normal file
2
files/copr/boto
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Boto]
|
||||||
|
https_validate_certificates = False
|
|
@ -5,7 +5,8 @@ config = dict(
|
||||||
version=1,
|
version=1,
|
||||||
formatters=dict(
|
formatters=dict(
|
||||||
bare={
|
bare={
|
||||||
"format": "%(message)s",
|
"datefmt": "%Y-%m-%d %H:%M:%S",
|
||||||
|
"format": "[%(asctime)s][%(name)10s %(levelname)7s] %(message)s"
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
handlers=dict(
|
handlers=dict(
|
||||||
|
|
|
@ -37,6 +37,10 @@ buildvmhost-06.phx2.fedoraproject.org
|
||||||
buildvmhost-07.phx2.fedoraproject.org
|
buildvmhost-07.phx2.fedoraproject.org
|
||||||
buildvmhost-08.phx2.fedoraproject.org
|
buildvmhost-08.phx2.fedoraproject.org
|
||||||
buildvmhost-09.phx2.fedoraproject.org
|
buildvmhost-09.phx2.fedoraproject.org
|
||||||
|
buildvmhost-10.phx2.fedoraproject.org
|
||||||
|
buildvmhost-11.phx2.fedoraproject.org
|
||||||
|
buildvmhost-12.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
|
||||||
[buildhw]
|
[buildhw]
|
||||||
buildhw-01.phx2.fedoraproject.org
|
buildhw-01.phx2.fedoraproject.org
|
||||||
|
|
|
@ -69,6 +69,9 @@
|
||||||
with_file:
|
with_file:
|
||||||
- ${files}/copr/provision/files/buildsys.pub
|
- ${files}/copr/provision/files/buildsys.pub
|
||||||
|
|
||||||
|
- name: copy .boto file
|
||||||
|
action: copy src=$files/copr/boto dest=/home/copr/.boto owner=copr group=copr
|
||||||
|
|
||||||
# setup webserver
|
# setup webserver
|
||||||
- name: add config for copr-repo path
|
- name: add config for copr-repo path
|
||||||
action: copy src=$files/copr/lighttpd/lighttpd.conf dest=/etc/lighttpd/lighttpd.conf owner=root group=root mode=0644
|
action: copy src=$files/copr/lighttpd/lighttpd.conf dest=/etc/lighttpd/lighttpd.conf owner=root group=root mode=0644
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue