local.yml

Fri, 23 Jun 2017 20:51:34 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 23 Jun 2017 20:51:34 -0400
changeset 78
fe6ef0cccdf1
parent 74
87a637974823
child 88
3dbfd253c775
permissions
-rw-r--r--

pull out bootstrap so it can be run with one tag

---
- name: Devbox Setup
  hosts: all
  roles:
    - role: bootstrap
      tags: bootstrap
    - devbox
    - user

mercurial