mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
clean up tftp files for external servers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user