Remove support for Debian 9 and Ubuntu 16.04

This commit is contained in:
2020-07-14 09:45:33 +03:00
parent 539f081d4d
commit 72b8b193b5
15 changed files with 5 additions and 5109 deletions

View File

@ -1,12 +1,6 @@
---
# file: roles/common/handlers/main.yml
- name: restart iptables
service: name=iptables state=restarted
- name: restart iptables-persistent
service: name=iptables-persistent state=restarted
- name: reload sshd
systemd: name={{ sshd_service_name }} state=reloaded