Add new http server role and entry in playbook

This commit is contained in:
Jason Rothstein 2021-10-28 22:42:47 -05:00
parent 1b25b92f90
commit 1fc8892712
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,9 @@ roles:
- name: 'ensure_ansible_prereq'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git'
version: 'master'
- name: 'ensure_apache'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_apache.git'
version: 'master'
- name: 'ensure_clamav'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_clamav.git'
version: 'master'

View File

@ -9,11 +9,15 @@
- role: 'ensure_cockpit'
- role: 'ensure_log_rotation'
- role: 'ensure_repo_epel'
- role: 'ensure_repo_fdragon'
- role: 'ensure_repo_rpmfusion'
- role: 'ensure_selinux'
- role: 'ensure_sudo'
- role: 'ensure_timezone'
- name: 'http'
hosts: 'http'
gather_facts: 'yes'
roles:
- role: 'ensure_apache'
- name: 'docker'
hosts: 'docker'
gather_facts: 'yes'