Add Fedora 35 Support
This commit is contained in:
		
							
								
								
									
										84
									
								
								vars/Fedora-35-default.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										84
									
								
								vars/Fedora-35-default.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,84 @@ | ||||
| --- | ||||
| # vars file for ensure_mariadb | ||||
| package_list: | ||||
|   - name: 'mariadb' | ||||
|     state: 'present' | ||||
|   - name: 'mariadb-server' | ||||
|     state: 'present' | ||||
|   - name: 'phpMyAdmin' | ||||
|     state: 'present' | ||||
| firewall_list: | ||||
|   - permanent: 'yes' | ||||
|     service: 'mysql' | ||||
|     state: 'enabled' | ||||
| template_list: | ||||
|   - dest: '/etc/my.cnf.d/client.cnf' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/my.cnf.d/client.cnf' | ||||
|   - dest: '/etc/my.cnf.d/mariadb-server.cnf' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/my.cnf.d/mariadb-server.cnf' | ||||
|   - dest: '/etc/my.cnf.d/mysql-clients.cnf' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/my.cnf.d/mysql-clients.cnf' | ||||
|   - dest: '/etc/my.cnf.d/spider.cnf' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/my.cnf.d/spider.cnf' | ||||
|   - dest: '/etc/my.cnf.d/enable_encryption.preset' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/my.cnf.d/enable_encryption.preset' | ||||
|   - dest: '/etc/my.cnf.d/cracklib_password_check.cnf' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/my.cnf.d/cracklib_password_check.cnf' | ||||
|   - dest: '/etc/my.cnf.d/auth_gssapi.cnf' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/my.cnf.d/auth_gssapi.cnf' | ||||
|   - dest: '/etc/phpMyAdmin/config.inc.php' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/phpMyAdmin/config.inc.php' | ||||
|   - dest: '/etc/my.cnf' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/my.cnf' | ||||
|   - dest: '/etc/httpd/conf.d/phpMyAdmin.conf' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/httpd/conf.d/phpMyAdmin.conf' | ||||
|   - dest: '/usr/lib/systemd/system/mariadb.service' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/mariadb.service' | ||||
|   - dest: '/usr/lib/systemd/system/mariadb@.service' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/mariadb@.service' | ||||
|   - dest: '/usr/lib/systemd/system/mariadb-copytls.timer' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/mariadb-copytls.timer' | ||||
|   - dest: '/usr/lib/systemd/system/mariadb-copytls.service' | ||||
|     group: 'root' | ||||
|     mode: '0644' | ||||
|     owner: 'root' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/mariadb-copytls.service' | ||||
		Reference in New Issue
	
	Block a user