Skip to content

Commit

Permalink
Merge pull request #170 from cisagov/lineage/skeleton
Browse files Browse the repository at this point in the history
⚠️ CONFLICT! Lineage pull request for: skeleton
  • Loading branch information
jsf9k authored May 17, 2024
2 parents 80a6955 + 55e047c commit 9a02b5c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 34 deletions.
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ ansible>=8,<10
# ansible/ansible#82702, which breaks any symlinked files in vars,
# tasks, etc. for any Ansible role installed via ansible-galaxy.
#
# See also cisagov/skeleton-ansible-role#178.
# See also cisagov/skeleton-ansible-role#178 and
# cisagov/skeleton-generic#180. Note from these PRs that any changes
# made to this dependency must also be made in requirements-test.txt
# in cisagov/skeleton-ansible-role and .pre-commit-config.yaml in
# cisagov/skeleton-generic.
ansible-core<2.16.3
boto3
docopt
Expand Down
5 changes: 0 additions & 5 deletions src/assessor_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,11 +692,6 @@
- name: Install CrackMapExec
ansible.builtin.import_tasks: crackmapexec.yml

# dns-profile-randomizer lives in a private GitLab repository and
# hence must be downloaded using a GitLab access token.
- name: Install dns-profile-randomizer
ansible.builtin.import_tasks: dns_profile_randomizer.yml

- name: Install Donut
ansible.builtin.import_tasks: donut.yml

Expand Down
6 changes: 6 additions & 0 deletions src/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@
- name: Configure JournalD to preserve logs across reboots
ansible.builtin.include_role:
name: persist_journald
# Kali by default uses NetworkManager instead of systemd-networkd,
# so it doesn't make sense to install systemd-resolved on this
# platform.
# - name: Install and configure systemd-resolved
# ansible.builtin.include_role:
# name: systemd_resolved
5 changes: 0 additions & 5 deletions src/cobalt_strike.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
# The assessors like to use Thunderbird with Cobalt Strike
- name: Install Thunderbird mail client
ansible.builtin.package:
name: thunderbird

- name: Install Cobalt Strike
ansible.builtin.include_role:
name: cobalt_strike
Expand Down
22 changes: 0 additions & 22 deletions src/dns_profile_randomizer.yml

This file was deleted.

5 changes: 5 additions & 0 deletions src/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ roles:
src: https://github.com/cisagov/ansible-role-remove-python2
- name: server_setup
src: https://github.com/cisagov/ansible-role-server-setup
# Kali by default uses NetworkManager instead of systemd-networkd,
# so it doesn't make sense to install systemd-resolved on this
# platform.
# - name: systemd_resolved
# src: https://github.com/cisagov/ansible-role-systemd-resolved
- name: ufw
src: https://github.com/cisagov/ansible-role-ufw
- name: upgrade
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.26"
__version__ = "0.5.27"

0 comments on commit 9a02b5c

Please sign in to comment.