Compare commits
	
		
			2 Commits
		
	
	
		
			0fd05d496e
			...
			547395b26e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 547395b26e | |||
| 15208241d3 | 
| @@ -9,6 +9,7 @@ | |||||||
|     set_fact: |     set_fact: | ||||||
|       base_packages: |       base_packages: | ||||||
|         - git |         - git | ||||||
|  |         - git-lfs | ||||||
|         - tmux |         - tmux | ||||||
|         - iotop |         - iotop | ||||||
|         - htop |         - htop | ||||||
|   | |||||||
| @@ -12,6 +12,7 @@ | |||||||
|     set_fact: |     set_fact: | ||||||
|       ubuntu_base_packages: |       ubuntu_base_packages: | ||||||
|       - git |       - git | ||||||
|  |       - git-lfs | ||||||
|       - tmux |       - tmux | ||||||
|       - iotop |       - iotop | ||||||
|       - htop |       - htop | ||||||
|   | |||||||
| @@ -77,7 +77,7 @@ server { | |||||||
|         fastcgi_pass unix:/run/php/php7.2-fpm-{{ domain_name }}.sock; |         fastcgi_pass unix:/run/php/php7.2-fpm-{{ domain_name }}.sock; | ||||||
|         {% elif ansible_distribution == 'Debian' and ansible_distribution_version is version('10', '==') %} |         {% elif ansible_distribution == 'Debian' and ansible_distribution_version is version('10', '==') %} | ||||||
|         fastcgi_pass unix:/run/php/php7.3-fpm-{{ domain_name }}.sock; |         fastcgi_pass unix:/run/php/php7.3-fpm-{{ domain_name }}.sock; | ||||||
|         {% elif ansible_distribution == 'Ubuntu' and ansible_distribution_version is version('20.04', '==') %} |         {% elif (ansible_distribution == 'Ubuntu' and ansible_distribution_version is version('20.04', '==')) or (ansible_distribution == 'Debian' and ansible_distribution_version is version('11', '==')) %} | ||||||
|         fastcgi_pass unix:/run/php/php7.4-fpm-{{ domain_name }}.sock; |         fastcgi_pass unix:/run/php/php7.4-fpm-{{ domain_name }}.sock; | ||||||
|         {% else %} |         {% else %} | ||||||
|         fastcgi_pass unix:/var/run/php5-fpm-{{ domain_name }}.sock; |         fastcgi_pass unix:/var/run/php5-fpm-{{ domain_name }}.sock; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user