local.yml

Fri, 23 Jun 2017 20:52:31 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 23 Jun 2017 20:52:31 -0400
changeset 79
a8d20fd216f1
parent 78
fe6ef0cccdf1
child 88
3dbfd253c775
permissions
-rw-r--r--

no firefox

0
f834f140ebad Initial commit of devbox-ansible
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 ---
52
bdd6c5938090 empty inventory
Meredith Howard <mhoward@roomag.org>
parents: 44
diff changeset
2 - name: Devbox Setup
bdd6c5938090 empty inventory
Meredith Howard <mhoward@roomag.org>
parents: 44
diff changeset
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

mercurial