Add gpg tasks
This commit is contained in:
parent
24d69ee598
commit
8ea9414418
8 changed files with 361 additions and 11 deletions
10
roles/arch/templates/gitconfig.j2
Normal file
10
roles/arch/templates/gitconfig.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
#
|
||||
|
||||
[user]
|
||||
email = sonny871@hotmail.com
|
||||
name = Sonny Bakker
|
||||
signingkey = {{ gpg_pub_key }}
|
||||
|
||||
[pull]
|
||||
rebase = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue