Files: e2e4e94c17c6f1522080ddb39ec6b7ba3f4d83e6 / salt / state / top.sls
137 bytesRaw
1 | production: |
2 | {% for role in salt['grains.get']('roles', []) %} |
3 | 'roles:{{ role }}': |
4 | - match: grain |
5 | - {{ role }} |
6 | {% endfor %} |
7 |
Built with git-ssb-web
1 | production: |
2 | {% for role in salt['grains.get']('roles', []) %} |
3 | 'roles:{{ role }}': |
4 | - match: grain |
5 | - {{ role }} |
6 | {% endfor %} |
7 |
Built with git-ssb-web