Add new http server role and entry in playbook
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user