Sun, 14 Jul 2019 02:35:38 -0500
Stop messing with repositories
0
f834f140ebad
Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | --- |
52 | 2 | - name: Devbox Setup |
3 | hosts: all | |
0
f834f140ebad
Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
4 | roles: |
78
fe6ef0cccdf1
pull out bootstrap so it can be run with one tag
Meredith Howard <mhoward@roomag.org>
parents:
74
diff
changeset
|
5 | - role: bootstrap |
fe6ef0cccdf1
pull out bootstrap so it can be run with one tag
Meredith Howard <mhoward@roomag.org>
parents:
74
diff
changeset
|
6 | tags: bootstrap |
0
f834f140ebad
Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
7 | - devbox |
17
d0d9fdf1f9d3
start breaking roles out
Meredith Howard <mhoward@roomag.org>
parents:
0
diff
changeset
|
8 | - user |
0
f834f140ebad
Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 |