diff options
author | Georg Pfuetzenreuter | 2023-02-07 18:21:32 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-02-07 18:21:32 +0100 |
commit | a3ec351b70a30787e3bd17737b09b14a5df60175 (patch) | |
tree | 4974f5ec7c37d57d475a2134c31831a3a22a9cae /pillar/role | |
parent | 687473b9197bd4c29da6ec703cc646823ff62697 (diff) | |
download | salt-a3ec351b70a30787e3bd17737b09b14a5df60175.tar.gz salt-a3ec351b70a30787e3bd17737b09b14a5df60175.tar.bz2 salt-a3ec351b70a30787e3bd17737b09b14a5df60175.zip |
Add onion-router role
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'pillar/role')
-rw-r--r-- | pillar/role/onion-router.sls | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pillar/role/onion-router.sls b/pillar/role/onion-router.sls new file mode 100644 index 0000000..a50c802 --- /dev/null +++ b/pillar/role/onion-router.sls @@ -0,0 +1,5 @@ +{%- if grains['kernel'] == 'Linux' %} +tor: + torrc: + Sandbox: 1 +{%- endif %} |