mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-12-18 15:22:18 +00:00
12 lines
166 B
YAML
12 lines
166 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
base:
|
|
'*':
|
|
- vim
|
|
'roles:saltlab':
|
|
- match: grain
|
|
- users
|
|
'roles:web':
|
|
- match: grain
|
|
- webserver
|