forked from usegalaxy-eu/infrastructure-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beacon-import.yml
28 lines (28 loc) · 845 Bytes
/
beacon-import.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
---
- name: Beacon Import
become: true
hosts:
- beacon_import
vars_files:
- "secret_group_vars/all.yml"
- secret_group_vars/beacon.yml
vars:
hostname: beacon-import.galaxyproject.eu
script_user: beacon
script_dir: /home/beacon/script
galaxy_api_url: https://usegalaxy.eu
collections:
- devsec.hardening
roles:
- role: usegalaxy_eu.handy.os_setup
vars:
enable_hostname: true
enable_powertools: true # geerlingguy.repo-epel role doesn't enable PowerTools repository
- geerlingguy.repo-epel # Install EPEL repository
- usegalaxy-eu.autoupdates # keep all of our packages up to date
- influxdata.chrony
- dj-wasabi.telegraf
- usegalaxy-eu.dynmotd # nicer MOTD/welcome message
- paprikant.beacon-importer
- os_hardening
- ssh_hardening