mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2023-03-27 17:00
This commit is contained in:
		| @@ -1,11 +1,11 @@ | |||||||
| --- | --- | ||||||
|  |  | ||||||
| # Version to deploy | # Version to deploy | ||||||
| bookstack_version: '23.02.1' | bookstack_version: '23.02.2' | ||||||
| # URL of the arhive | # URL of the arhive | ||||||
| bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz | bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz | ||||||
| # Expected sha256 of the archive | # Expected sha256 of the archive | ||||||
| bookstack_archive_sha256: ea9d33210f37ffed1a0fe179db547f0830166104ca592fb0be8c9ee3bcb7efaa | bookstack_archive_sha256: 7f5dc7643480fd0f0584e1ed8436ad8fc67350f8dae7a3ef59fa442c05f5be4c | ||||||
|  |  | ||||||
| # Should ansible handle bookstack upgrades or just the inintial install | # Should ansible handle bookstack upgrades or just the inintial install | ||||||
| bookstack_manage_upgrade: True | bookstack_manage_upgrade: True | ||||||
|   | |||||||
| @@ -1,11 +1,11 @@ | |||||||
| --- | --- | ||||||
|  |  | ||||||
| # Veresion of diagrams to deploy | # Veresion of diagrams to deploy | ||||||
| diagrams_version: 20.8.23 | diagrams_version: 21.1.1 | ||||||
| # URL of the WAR file to deploy | # URL of the WAR file to deploy | ||||||
| diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war | diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war | ||||||
| # Expected sha256 of the WAR file | # Expected sha256 of the WAR file | ||||||
| diagrams_war_sha256: d363d8cef93bcf11d2d66a53578fa354279451fc02756e4e19fa953f278c2abf | diagrams_war_sha256: d817a66fee6b630481b4d86888cd39fac43f68d5a3a960362d45e227c03b66ab | ||||||
| # root directory of the installation | # root directory of the installation | ||||||
| diagrams_root_dir: /opt/diagrams | diagrams_root_dir: /opt/diagrams | ||||||
| # Should ansible manage upgrades, or just initial install ? | # Should ansible manage upgrades, or just initial install ? | ||||||
|   | |||||||
| @@ -1,3 +1,3 @@ | |||||||
| --- | --- | ||||||
| # Select a branch from https://samba.tranquil.it/centos7/ or https://samba.tranquil.it/centos7/ | # Select a branch from https://samba.tranquil.it/centos7/ or https://samba.tranquil.it/centos7/ | ||||||
| samba_major_version: samba-{{ (ansible_distribution_major_version is version('8','<')) | ternary('4.12.15','4.17.5') }} | samba_major_version: samba-{{ (ansible_distribution_major_version is version('8','<')) | ternary('4.12.15','4.18.0') }} | ||||||
|   | |||||||
| @@ -1,12 +1,12 @@ | |||||||
| --- | --- | ||||||
|  |  | ||||||
| vaultwarden_version: 1.27.0 | vaultwarden_version: 1.28.0 | ||||||
| vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz | vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz | ||||||
| vaultwarden_archive_sha256: d7717d3a353b72626de6d6f2dc1e7776b40b487dc813759fbcd812c709cabcd8 | vaultwarden_archive_sha256: 2cd1a4e62b30a7034b3c1b50ca529b9355cd21e5e74bc8f48ef40e4928de6653 | ||||||
|  |  | ||||||
| vaultwarden_web_version: 2023.1.1 | vaultwarden_web_version: 2023.3.0b | ||||||
| vaultwarden_web_archive_url: https://github.com/dani-garcia/bw_web_builds/releases/download/v{{ vaultwarden_web_version }}/bw_web_v{{ vaultwarden_web_version }}.tar.gz | vaultwarden_web_archive_url: https://github.com/dani-garcia/bw_web_builds/releases/download/v{{ vaultwarden_web_version }}/bw_web_v{{ vaultwarden_web_version }}.tar.gz | ||||||
| vaultwarden_web_archive_sha256: 3faba310db9bf818cc3dbf748173357567753e54e0d114d2216dff7574cdc751 | vaultwarden_web_archive_sha256: ac3d27cbbb0dabb09cba0029c0b4d13b4f866fa3ae4eaa2dfd1f3880800ce19c | ||||||
|  |  | ||||||
| vaultwarden_root_dir: /opt/vaultwarden | vaultwarden_root_dir: /opt/vaultwarden | ||||||
| vaultwarden_user: vaultwarden | vaultwarden_user: vaultwarden | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ wp_root_dir: /opt/wordpress_{{ wp_id }} | |||||||
| wp_manage_upgrade: True | wp_manage_upgrade: True | ||||||
|  |  | ||||||
| # Version of PHP to use | # Version of PHP to use | ||||||
| wp_php_version: 74 | wp_php_version: 82 | ||||||
|  |  | ||||||
| # Unix account which will run PHP scripts | # Unix account which will run PHP scripts | ||||||
| wp_php_user: php-wp_{{ wp_id }} | wp_php_user: php-wp_{{ wp_id }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud