Tag as distgit and config a few more tasks in the distgit role
This commit is contained in:
parent
e5fa3f7374
commit
ec89cc5e83
1 changed files with 10 additions and 4 deletions
|
@ -67,6 +67,9 @@
|
||||||
- setup_git_package
|
- setup_git_package
|
||||||
- mkbranch
|
- mkbranch
|
||||||
- pkgdb2-clone
|
- pkgdb2-clone
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- distgit
|
||||||
|
|
||||||
- name: install the Dist Git-related httpd config
|
- name: install the Dist Git-related httpd config
|
||||||
copy: src=git-smart-http.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org/git-smart-http.conf
|
copy: src=git-smart-http.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org/git-smart-http.conf
|
||||||
|
@ -97,11 +100,11 @@
|
||||||
group: name=gen-acls gid=417 state=present
|
group: name=gen-acls gid=417 state=present
|
||||||
|
|
||||||
- name: create the gen-acls user
|
- name: create the gen-acls user
|
||||||
user: >
|
user: >
|
||||||
name=gen-acls
|
name=gen-acls
|
||||||
comment="dummy system account for the gen-acls fedmsg job"
|
comment="dummy system account for the gen-acls fedmsg job"
|
||||||
uid=417
|
uid=417
|
||||||
group=gen-acls
|
group=gen-acls
|
||||||
groups=packager
|
groups=packager
|
||||||
shell=/bin/bash
|
shell=/bin/bash
|
||||||
home=/srv/git
|
home=/srv/git
|
||||||
|
@ -152,6 +155,9 @@
|
||||||
copy: src={{item}} dest=/usr/local/bin/{{item}} mode=0755
|
copy: src={{item}} dest=/usr/local/bin/{{item}} mode=0755
|
||||||
with_items:
|
with_items:
|
||||||
- genacls.sh
|
- genacls.sh
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- distgit
|
||||||
|
|
||||||
- name: install the genacls.pkgdb scripts
|
- name: install the genacls.pkgdb scripts
|
||||||
template: src={{item}} dest=/usr/local/bin/{{item}}
|
template: src={{item}} dest=/usr/local/bin/{{item}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue