Add new http server role and entry in playbook

This commit is contained in:
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'