forked from usegalaxy-eu/infrastructure-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cvmfs-stratum0.yml
33 lines (33 loc) · 864 Bytes
/
cvmfs-stratum0.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
---
- hosts: cvmfs-stratum0
become: true
vars:
chrony_port: #123
chrony_acquisitionport: #1123
data_conf:
- stratum0 -rw,hard,intr,nosuid,quota,context="system_u:object_r:httpd_sys_content_t:s0" ufr.isi1.public.ads.uni-freiburg.de:/ifs/isi1/ufr/bronze/nfs/denbi/&
usegalaxy_eu_autofs_mounts:
- vdb
- data
vars_files:
- "secret_group_vars/all.yml"
pre_tasks:
- authorized_key:
user: centos
state: present
key: https://github.com/natefoo.keys
roles:
- geerlingguy.repo-epel
- hxr.admin-tools
- influxdata.chrony
- hxr.monitor-email
- linuxhq.yum_cron
- hxr.autofs
# BEGIN custom
# - galaxyproject.cvmfs
# - hxr.monitor-squid
# - hxr.monitor-cvmfs
# END custom
- dj-wasabi.telegraf
# - dev-sec.os-hardening
# - dev-sec.ssh-hardening