-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sops.yaml
79 lines (76 loc) · 2.05 KB
/
.sops.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
keys:
# Users
- &users:
- &user01 age1cs35x2jepylsxg0ftml0ht327tjq4vcrh4v6fasagq8f5k9hacjq4pnde8
# Hosts
- &hosts:
- &server01 age1z8f04yxkhz98k45gml7zdge9s0vx83lyvg6jq6wuyt7f8fy05p6sms4fek
- &server02 age1u0ap2cpel4dph65qtuc72r45n79exvjx8xyll6m5mx7c2pq03vwqps9q5v
- &dev01 age1rdpjdlkruh7h0n46gzr30c53avd42pe67vs470jejnwf65zt0sqsk5srm4
- &hpx360 age1kgurqmcjnhqx2pxvnj7aq0ylrtamacwypk3qf35y6td5whtqdeksd7jkdy
- &ws01 age1f5fmct6sts4fy885zqtntu485hr0ju3ara02ph6wshzws6hkvg3scpjzqd
- &cloud01 age1nx9xnrcx37z5a2nhhhatcwvejscpqpf68akkx8rgqed5lxdseu8sgfg8h5
- &rpi01 age1js2k3gjaarfrqtcm6n00htchy350n28wfk5llpdwuuesv3t8zexqr5fldd
- &lxc01 age1d3s3k520rsptj69rayvdyd5k28rkgx2tgpq7h9vtxe34vfm7ta2sacd28q
- &lxc02 age1env45y5ueq59d6344xh6unz8pmkr0g6nh0z4kavetyqjltcvlcdstcy34e
- &ws02 age1ex74cmg3pteh2x9rju7tz92d9akjsr27mfd3s5l06j7khxe505aqsztqrm
creation_rules:
- path_regex: hosts/server01/secrets.ya?ml$
key_groups:
- age:
- *server01
- *user01
- path_regex: hosts/server01/services/docker-secrets/*.*
key_groups:
- age:
- *server01
- *user01
- path_regex: hosts/dev01/secrets.ya?ml$
key_groups:
- age:
- *dev01
- *user01
- path_regex: hosts/ws01/secrets.ya?ml$
key_groups:
- age:
- *ws01
- *user01
- path_regex: hosts/cloud01/secrets.ya?ml$
key_groups:
- age:
- *cloud01
- *user01
- path_regex: hosts/rpi01/secrets.ya?ml$
key_groups:
- age:
- *rpi01
- *user01
- path_regex: hosts/lxc01/secrets.ya?ml$
key_groups:
- age:
- *lxc01
- *user01
- path_regex: hosts/lxc02/secrets.ya?ml$
key_groups:
- age:
- *lxc02
- *user01
- path_regex: hosts/ws02/secrets.ya?ml$
key_groups:
- age:
- *ws02
- *user01
- path_regex: hosts/common/secrets.ya?ml$
key_groups:
- age:
- *server01
- *server02
- *dev01
- *hpx360
- *ws01
- *user01
- *cloud01
- *rpi01
- *lxc01
- *lxc02
- *ws02