Update apache.yml to allow http traffic (#65)
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
---
|
||||
- name: Inlcude system variables
|
||||
- name: Include system variables
|
||||
ansible.builtin.include_vars: "{{ ansible_system }}.yml"
|
||||
|
||||
- name: Permit traffic in default zone for http service
|
||||
ansible.posix.firewalld:
|
||||
service: http
|
||||
permanent: true
|
||||
state: enabled
|
||||
check_mode: false
|
||||
|
||||
- name: Install httpd package
|
||||
ansible.builtin.yum:
|
||||
name: httpd
|
||||
|
||||
Reference in New Issue
Block a user