Mercurial
>
hg
>
mhoward
>
devbox-ansible
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: local.yml
local.yml
changeset 69
292cb125556d
parent 68
539425ad28ce
child 74
87a637974823
equal
deleted
inserted
replaced
68:539425ad28ce
69:292cb125556d
1
---
1
---
2
- name: Devbox Setup
2
- name: Devbox Setup
3
hosts: all
3
hosts: all
4
become: yes
5
roles:
4
roles:
6
- devbox
5
- devbox
7
- user
6
- user
8
- {role: firefox, when: gui_enabled}
7
- {role: firefox, when: gui_enabled}
9
8