Add MariaDB support...
This commit is contained in:
		| @@ -18,6 +18,9 @@ roles: | |||||||
|   - name: 'ensure_log_rotation' |   - name: 'ensure_log_rotation' | ||||||
|     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git' |     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git' | ||||||
|     version: 'master' |     version: 'master' | ||||||
|  |   - name: 'ensure_mariadb' | ||||||
|  |     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_mariadb.git' | ||||||
|  |     version: 'master' | ||||||
|   - name: 'ensure_os_patch' |   - name: 'ensure_os_patch' | ||||||
|     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git' |     src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git' | ||||||
|     version: 'master' |     version: 'master' | ||||||
|   | |||||||
							
								
								
									
										5
									
								
								test.yml
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								test.yml
									
									
									
									
									
								
							| @@ -18,6 +18,11 @@ | |||||||
|   gather_facts: 'yes' |   gather_facts: 'yes' | ||||||
|   roles: |   roles: | ||||||
|     - role: 'ensure_apache' |     - role: 'ensure_apache' | ||||||
|  | - name: 'mariadb' | ||||||
|  |   hosts: 'mariadb' | ||||||
|  |   gather_facts: 'yes' | ||||||
|  |   roles: | ||||||
|  |     - role: 'ensure_mariadb' | ||||||
| - name: 'docker' | - name: 'docker' | ||||||
|   hosts: 'docker' |   hosts: 'docker' | ||||||
|   gather_facts: 'yes' |   gather_facts: 'yes' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user