ansible: fix main playbook syntax for consistency
This commit is contained in:
parent
55249f2a76
commit
5b30d96507
1 changed files with 20 additions and 19 deletions
39
dotfiles.yml
39
dotfiles.yml
|
@ -1,22 +1,23 @@
|
||||||
- name: Set up development machine
|
- name: Make myself at home :)
|
||||||
hosts: dotfiles
|
hosts: dotfiles
|
||||||
vars_prompt:
|
vars_prompt:
|
||||||
- name: git_user
|
- name: git_user
|
||||||
private: no
|
private: no
|
||||||
default: Fernando Schauenburg
|
default: Fernando Schauenburg
|
||||||
- name: git_email
|
- name: git_email
|
||||||
private: no
|
private: no
|
||||||
default: fernando@schauenburg.me
|
default: fernando@schauenburg.me
|
||||||
roles:
|
roles:
|
||||||
- packages
|
- packages
|
||||||
- bin
|
- bin
|
||||||
- bash
|
- bash
|
||||||
- dircolors
|
- dircolors
|
||||||
- git
|
- git
|
||||||
- hushlogin
|
- hushlogin
|
||||||
- mintty
|
- mintty
|
||||||
- python
|
- python
|
||||||
- readline
|
- readline
|
||||||
- ssh
|
- ssh
|
||||||
- tmux
|
- tmux
|
||||||
- vim
|
- vim
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue