mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-02-24 10:00
This commit is contained in:
10
roles/freepbx/tasks/services.yml
Normal file
10
roles/freepbx/tasks/services.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Start and enable vsftpd
|
||||
service: name=vsftpd state=started enabled=True
|
||||
tags: fpbx
|
||||
|
||||
- name: Start and enable FreePBX
|
||||
service: name=freepbx state=started enabled=True
|
||||
tags: fpbx
|
||||
|
Reference in New Issue
Block a user