[releng] add ftbfs basics

This commit is contained in:
Stephen Smoogen 2019-06-03 22:20:32 +00:00
parent 8b7abca0fb
commit 633bf9a94f
3 changed files with 8 additions and 2 deletions

View file

@ -34,7 +34,7 @@
when: inventory_hostname.startswith('compose-x86-01') when: inventory_hostname.startswith('compose-x86-01')
- name: add ftbfs script config file - name: add ftbfs script config file
template: src=ftbfs.cfg def=/etc/ template: src=ftbfs.cfg.j2 def=/etc/
when: inventory_hostname.startswith('compose-x86-01') when: inventory_hostname.startswith('compose-x86-01')
- name: add ftbfs cache dir - name: add ftbfs cache dir
@ -44,9 +44,10 @@
- name: add ftbfs weekly cron job - name: add ftbfs weekly cron job
copy: src="ftbfs.cron" dest=/etc/cron.weekly/ mode=755 copy: src="ftbfs.cron" dest=/etc/cron.weekly/ mode=755
# masher user 751
- name: add masher group - name: add masher group
group: name=masher gid=751 system=yes state=present group: name=masher gid=751 system=yes state=present
# masher user 751
- name: add masher user as 751 - and group - name: add masher user as 751 - and group
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync,fedmsg user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync,fedmsg
# masher ssh keys and config # masher ssh keys and config

View file

@ -0,0 +1,5 @@
[bugzilla]
username={{ ftbfs_bugzilla_account }}
password={{ ftbfs_bugzilla_password }}
tracking=1674516
fedora=f30