local.yml

Sun, 14 Jul 2019 02:35:38 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 14 Jul 2019 02:35:38 -0500
changeset 87
13c6ba506f26
parent 78
fe6ef0cccdf1
child 88
3dbfd253c775
permissions
-rw-r--r--

Stop messing with repositories

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