add basic git config for user
This commit is contained in:
parent
3ae7721d50
commit
539437cc21
2 changed files with 9 additions and 0 deletions
3
roles/infinote/files/gitconfig
Normal file
3
roles/infinote/files/gitconfig
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[user]
|
||||||
|
email = nobody@fedoraproject.org
|
||||||
|
name = infinote
|
|
@ -14,6 +14,12 @@
|
||||||
- infinote
|
- infinote
|
||||||
- config
|
- 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
|
- 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
|
file: dest=/etc/pki/tls/private/wildcard-2014.fedoraproject.org.key mode=600 owner=infinote group=root
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue