Add new http server role and entry in playbook
This commit is contained in:
		| @@ -3,6 +3,9 @@ roles: | |||||||
|   - name: 'ensure_ansible_prereq' |   - name: 'ensure_ansible_prereq' | ||||||
|     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git' |     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git' | ||||||
|     version: 'master' |     version: 'master' | ||||||
|  |   - name: 'ensure_apache' | ||||||
|  |     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_apache.git' | ||||||
|  |     version: 'master' | ||||||
|   - name: 'ensure_clamav' |   - name: 'ensure_clamav' | ||||||
|     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_clamav.git' |     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_clamav.git' | ||||||
|     version: 'master' |     version: 'master' | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								test.yml
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								test.yml
									
									
									
									
									
								
							| @@ -9,11 +9,15 @@ | |||||||
|     - role: 'ensure_cockpit' |     - role: 'ensure_cockpit' | ||||||
|     - role: 'ensure_log_rotation' |     - role: 'ensure_log_rotation' | ||||||
|     - role: 'ensure_repo_epel' |     - role: 'ensure_repo_epel' | ||||||
|     - role: 'ensure_repo_fdragon' |  | ||||||
|     - role: 'ensure_repo_rpmfusion' |     - role: 'ensure_repo_rpmfusion' | ||||||
|     - role: 'ensure_selinux' |     - role: 'ensure_selinux' | ||||||
|     - role: 'ensure_sudo' |     - role: 'ensure_sudo' | ||||||
|     - role: 'ensure_timezone' |     - role: 'ensure_timezone' | ||||||
|  | - name: 'http' | ||||||
|  |   hosts: 'http' | ||||||
|  |   gather_facts: 'yes' | ||||||
|  |   roles: | ||||||
|  |     - role: 'ensure_apache' | ||||||
| - name: 'docker' | - name: 'docker' | ||||||
|   hosts: 'docker' |   hosts: 'docker' | ||||||
|   gather_facts: 'yes' |   gather_facts: 'yes' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user