local.yml

changeset 88
3dbfd253c775
parent 78
fe6ef0cccdf1
equal deleted inserted replaced
87:13c6ba506f26 88:3dbfd253c775
1 --- 1 ---
2 - name: Devbox Setup 2 - name: Devbox Setup
3 hosts: all 3 hosts: all
4 roles: 4 roles:
5 - role: bootstrap
6 tags: bootstrap
7 - devbox 5 - devbox
8 - user 6 - user
7 tasks:
8 - include_role:
9 name: bootstrap
10 when: bootstrap_ansible_controller
11 - include_role:
12 name: disable_stock_users
13 when: disable_stock_users
9 14

mercurial