playbook.yml

Wed, 14 Jun 2017 22:07:16 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 14 Jun 2017 22:07:16 -0400
changeset 54
2a04e6d7bfcc
parent 52
bdd6c5938090
permissions
-rw-r--r--

rig to pull public dotfiles

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

mercurial