forked from CCCHH/ansible-infra
		
	dokuwiki: Refactor support for multiple OS versions
This commit is contained in:
		
					parent
					
						
							
								03e994b41f
							
						
					
				
			
			
				commit
				
					
						4fff0a9d0d
					
				
			
		
					 3 changed files with 5 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
---
 | 
			
		||||
dokuwiki__installpath: "/var/www/dokuwiki"
 | 
			
		||||
dokuwiki__php_version: "{{ dokuwiki__php_versions[ansible_distribution + '-' + ansible_distribution_major_version] }}"
 | 
			
		||||
dokuwiki__php_user: "www-data"
 | 
			
		||||
dokuwiki__nginx_user: "nginx"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,13 +1,3 @@
 | 
			
		|||
- name: set php version to target
 | 
			
		||||
  ansible.builtin.set_fact:
 | 
			
		||||
    dokuwiki__php_version: '7.4'
 | 
			
		||||
  when: dokuwiki__php_version is undefined and ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "11"
 | 
			
		||||
 | 
			
		||||
- name: set php version to target
 | 
			
		||||
  ansible.builtin.set_fact:
 | 
			
		||||
    dokuwiki__php_version: '8.2'
 | 
			
		||||
  when: dokuwiki__php_version is undefined and ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "12"
 | 
			
		||||
 | 
			
		||||
- name: Install php-fpm
 | 
			
		||||
  become: true
 | 
			
		||||
  ansible.builtin.apt:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								roles/dokuwiki/vars/main.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								roles/dokuwiki/vars/main.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
---
 | 
			
		||||
dokuwiki__php_versions:
 | 
			
		||||
  Debian-11: "7.4"
 | 
			
		||||
  Debian-12: "8.2"
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue