ansible-pet/1/roles/nginx/tasks/main.yml

9 lines
137 B
YAML
Raw Normal View History

2021-02-25 15:49:59 +03:00
---
- name: Install nginx package
apt:
name: nginx
state: present
2021-02-27 15:01:00 +03:00
- include_tasks: configure.yml
2021-02-25 17:50:16 +03:00
2021-02-27 15:13:57 +03:00
- include_tasks: certbot.yml