ansible-roles/library/centos/roles/vsftpd/tasks/disable-vsftpd.yml

8 lines
149 B
YAML
Raw Normal View History

2019-05-15 01:22:27 +02:00
---
- name: Ensure that the vsftpd service is stopped and disabled
service: name=vsftpd state=stopped enabled=no
tags:
- ftp
- vsftpd