add ariane host_vars/ariane and role

This commit is contained in:
Daniel A. Maierhofer
2018-02-09 17:07:25 +01:00
parent 6364370baf
commit fb096eaa7d
15 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
- name: git - gitconfig user.name
git_config:
name: user.name
scope: global
value: "root ({{ ansible_hostname }})"
- name: git - gitconfig user.email
git_config:
name: user.email
scope: global
value: "admin@fet.at"
- name: git - gitconfig core.editor
git_config:
name: core.editor
scope: global
value: "vim"
- name: git - init etckeeper
command: etckeeper init creates=/etc/.git/