-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.yml
More file actions
61 lines (61 loc) · 2.52 KB
/
requirements.yml
File metadata and controls
61 lines (61 loc) · 2.52 KB
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
---
collections:
# Required by the following Ansible roles:
# - ansible-role-cdm-nessus-agent (uses amazon.aws.s3_object)
# - ansible-role-crowdstrike (uses amazon.aws.s3_object)
- amazon.aws
# Required by the following Ansible roles:
# - ansible-role-amazon-ssm-agent (uses community.general.snap)
# - ansible-role-automated-security-updates (uses community.general.ini_file)
# - ansible-role-cloudwatch-agent (uses community.general.ini_file)
# - ansible-role-hardening-2 (uses community.general.modprobe and
# community.general.ufw)
# - ansible-role-persist-journald (uses community.general.ini_file)
# - ansible-role-systemd-resolved (uses community.general.ini_file)
# - ansible-role-ufw (uses community.general.ufw)
#
# Also required by the following playbooks:
# - ansible/cdm.yml (uses community.general.ufw)
# - ansible/ufw.yml (uses community.general.ufw)
- community.general
roles:
- name: amazon_ssm_agent
src: https://github.com/cisagov/ansible-role-amazon-ssm-agent
- name: automated_security_updates
src: https://github.com/cisagov/ansible-role-automated-security-updates
- name: banner
src: https://github.com/cisagov/ansible-role-banner
- name: cdm_nessus_agent
src: https://github.com/cisagov/ansible-role-cdm-nessus-agent
- name: chrony_aws
src: https://github.com/cisagov/ansible-role-chrony-aws
- name: clamav
src: https://github.com/cisagov/ansible-role-clamav
- name: cloudwatch_agent
src: https://github.com/cisagov/ansible-role-cloudwatch-agent
- name: crowdstrike
src: https://github.com/cisagov/ansible-role-crowdstrike
- name: freeipa
src: https://github.com/cisagov/ansible-role-freeipa-server
- name: harden
src: https://github.com/cisagov/ansible-role-hardening-2
- name: htop
src: https://github.com/cisagov/ansible-role-htop
- name: libselinux_python
src: https://github.com/cisagov/ansible-role-libselinux-python
- name: nvme
src: https://github.com/cisagov/ansible-role-nvme
- name: persist_journald
src: https://github.com/cisagov/ansible-role-persist-journald
- name: pip
src: https://github.com/cisagov/ansible-role-pip
- name: python
src: https://github.com/cisagov/ansible-role-python
- name: remove_python2
src: https://github.com/cisagov/ansible-role-remove-python2
- name: systemd_resolved
src: https://github.com/cisagov/ansible-role-systemd-resolved
- name: ufw
src: https://github.com/cisagov/ansible-role-ufw
- name: upgrade
src: https://github.com/cisagov/ansible-role-upgrade