mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
11 lines
199 B
YAML
11 lines
199 B
YAML
---
|
|
|
|
- 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
|
|
|