clean up tftp files for external servers.

This commit is contained in:
Stephen Smoogen
2021-03-17 16:27:27 -04:00
parent 341f0c6287
commit a242509f6d
6 changed files with 14 additions and 74 deletions

View File

@@ -30,6 +30,13 @@
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
- name: install some packages which arent in playbooks
package:
state: present
name:
- nmap
- tcpdump
- name: check if ntpd port is already known by selinux
shell: semanage port -l | grep ntp
register: ntp_selinux_port