playbook.yml

Thu, 15 Jun 2017 02:41:22 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 15 Jun 2017 02:41:22 -0400
changeset 62
a86cf22abcd6
parent 52
bdd6c5938090
permissions
-rw-r--r--

edit

---
- name: Devbox Setup
  hosts: all
  become: yes
  roles:
    - devbox
    - user
    - {role: firefox, when: gui_enabled}

mercurial