- hosts: apache
become: yes
# vars_files:
# - vars/main.yml
# UFW Setup
tasks:
- name: UFW - Allow Apache connections
ufw:
rule: allow
name: 'Apache Full'
roles:
- { role: geerlingguy.apache }