ansible-gateway/tasks/main.yml

12 lines
259 B
YAML
Raw Normal View History

2021-02-21 00:45:22 +01:00
---
- name: install passlib
apt:
name: python3-passlib
state: present
- include_tasks: wg_link.yml
- include_tasks: firewall.yml
# - include_tasks: ivacy.yml
- include_tasks: nginx.yml
- include_tasks: letsencrypt.yml
- include_tasks: nginx_ssl.yml