Wed, 14 Jun 2017 22:34:52 -0400
simplify hostkeys
0
f834f140ebad
Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | --- |
52 | 2 | - name: Devbox Setup |
3 | hosts: all | |
33 | 4 | become: yes |
0
f834f140ebad
Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
5 | roles: |
f834f140ebad
Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
6 | - devbox |
17
d0d9fdf1f9d3
start breaking roles out
Meredith Howard <mhoward@roomag.org>
parents:
0
diff
changeset
|
7 | - user |
44 | 8 | - {role: firefox, when: gui_enabled} |
0
f834f140ebad
Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 |