fixed antigen install and added git config
This commit is contained in:
17
playbook.yml
17
playbook.yml
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Initial installation of WSL arch
|
- name: Initial installation of WSL arch
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
tasks:
|
pre_tasks:
|
||||||
- name: test
|
- name: test
|
||||||
copy:
|
copy:
|
||||||
content: Hello World
|
content: Hello World
|
||||||
@@ -36,10 +36,23 @@
|
|||||||
comment: Tobias Maier
|
comment: Tobias Maier
|
||||||
groups: wheel
|
groups: wheel
|
||||||
|
|
||||||
|
- name: Add name to git config
|
||||||
|
community.general.git_config:
|
||||||
|
name: user.name
|
||||||
|
scope: global
|
||||||
|
value: Tobias Maier
|
||||||
|
|
||||||
|
- name: Add email to git config
|
||||||
|
community.general.git_config:
|
||||||
|
name: user.email
|
||||||
|
scope: global
|
||||||
|
value: git@maiertobi.de
|
||||||
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: gantsign.antigen
|
- role: gantsign.antigen
|
||||||
users:
|
users:
|
||||||
- username: example
|
- username: tobi
|
||||||
antigen_libraries:
|
antigen_libraries:
|
||||||
- name: oh-my-zsh
|
- name: oh-my-zsh
|
||||||
antigen_theme:
|
antigen_theme:
|
||||||
|
|||||||
Reference in New Issue
Block a user