diff options
Diffstat (limited to 'roles/common/templates')
-rw-r--r-- | roles/common/templates/root_gitconfig.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/common/templates/root_gitconfig.j2 b/roles/common/templates/root_gitconfig.j2 new file mode 100644 index 0000000..90c7151 --- /dev/null +++ b/roles/common/templates/root_gitconfig.j2 @@ -0,0 +1,5 @@ + git config --global user.name "Your Name" + git config --global user.email you@example.com +[user] + name = root + email = root@{{ hostname_fqdn }} |