Add new http server role and entry in playbook
This commit is contained in:
parent
1b25b92f90
commit
1fc8892712
@ -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'
|
||||
|
6
test.yml
6
test.yml
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user