-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathroles.yml
47 lines (38 loc) · 949 Bytes
/
roles.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# vim:ff=unix ts=2 sw=2 ai expandtab ft=yaml:
# Our own roles
#
# The `version` is "ignored", because it is replaced on the fly with
# `dev`, `tst`, `acc` and `prd`. This is done by the `refresh` script.
#
- src: https://github.com/one-role/apache.git
scm: git
version: master
name: apache
- src: https://github.com/one-role/authconfig.git
scm: git
version: master
name: authconfig
- src: https://github.com/one-role/common.git
scm: git
version: master
name: common
- src: https://github.com/one-role/environment.git
scm: git
version: master
name: environment
- src: https://github.com/one-role/firewalld.git
scm: git
version: master
name: firewalld
- src: https://github.com/one-role/ssh.git
scm: git
version: master
name: ssh
- src: https://github.com/one-role/vhosts.git
scm: git
version: master
name: vhosts
- src: https://github.com/one-role/wiki.git
scm: git
version: master
name: wiki