imfreedom/ansible

616bcc85a22a
Apparently teamcity-agent depends on bash
---
# We intentionally do not have a handler to apply this. We let it apply on
# reboot to avoid breaking any untracked connections in progress.
- name: disable loose connection tracking
copy:
src: 60-firewall.conf
dest: /etc/sysctl.d/
mode: 0644
tags:
- firewall
- sysctl
- include_tasks: ufw.yaml
args:
apply:
tags:
- firewall
- ufw
tags:
- always