add basic git config for user

This commit is contained in:
Kevin Fenzi 2015-10-13 18:07:35 +00:00
parent 3ae7721d50
commit 539437cc21
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[user]
email = nobody@fedoraproject.org
name = infinote

View file

@ -14,6 +14,12 @@
- infinote
- config
- name: Setup basic git config for infinote user
copy: src=gitconfig dest=/home/infinote/.gitconfig
tags:
- infinote
- config
- name: allow infinote user to read ssl certs
file: dest=/etc/pki/tls/private/wildcard-2014.fedoraproject.org.key mode=600 owner=infinote group=root
tags: