geekoops-nginx/tasks/main.yml
Felix Niederwanger e9045aa96d
Revive the role
This commit revives the role after a long slumber. I've updated the Leap
and Debian versions and fixes some minor issues that occured while
testing.
2022-06-27 13:33:40 +02:00

14 lines
441 B
YAML

---
# tasks file for geekoops-nginx
# Distribution specific vars are ALWAYS needed, so don't forget the tags here
- name: include distribution specific vars
include_vars: "{{ansible_distribution}}_{{ansible_distribution_version}}.yml"
tags: ['nginx', 'firewall', 'systemd']
- include_tasks: software.yml
- include_tasks: firewall.yml
when: config_firewall == true
- include_tasks: default-page.yml
when: setup_default_page == true