Commit Graph

32 Commits (stable)

Author SHA1 Message Date
Jérémy Lecour ee21973371 Use FQCN
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2777|524|2253|2462|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/223//ansiblelint">Evolix » ansible-roles » unstable #223</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
Fully Qualified Collection Name
2 months ago
Jérémy Lecour 7a0e0d81d6 Proper jinja spacing
gitea/ansible-roles/pipeline/head This commit looks good Details
5 months ago
Jérémy Lecour b293cf2cf9 Install python 2 or 3 libraries according to running python version 2 years ago
Jérémy Lecour 437d2986ae better python3 modules management 2 years ago
Jérémy Lecour 2c441f176a mysql: mariadb-client-10.5 on Debian 11 2 years ago
Jérémy Lecour c5bb8f06ae mysql: use python3 with Debian 11 and later 2 years ago
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2 years ago
Jérémy Lecour 485ec39674 Use 'loop' syntax instead of 'with_nested' 2 years ago
Jérémy Lecour 5138065059 Use 'loop' syntax instead of 'with_items' 2 years ago
Jérémy Lecour 7283e34077 Replace version_compare() with version() 3 years ago
Jérémy Lecour 27e217467e Change "|changed" with "is changed" 3 years ago
Jérémy Lecour eded11f88f Change "|search" with "is search" 3 years ago
Jérémy Lecour e04d881988 replace "with_items" in apt modules 3 years ago
Jérémy Lecour 79bb6103b8 Change "|version_compare" with "is version_compare" 3 years ago
Victor LABORIE 6f5e13f8b8 Add evolix prefix to include_role 4 years ago
Jérémy Lecour a9b61161e0 fix typos
continuous-integration/drone/push Build is passing Details
4 years ago
Jérémy Lecour 2ea88dc385 mysql-oracle: backport tasks from mysql role
continuous-integration/drone/push Build is passing Details
4 years ago
Jérémy Lecour 40ac98cb79 mysql-oracle: better handle packages and users 5 years ago
Jérémy Lecour f5c07860bc mysql-oracle: upgrade to mysql-apt-config 0.8.10 5 years ago
Jérémy Lecour b2596aad2a mysql: add a variable to prevent mysql from restarting 5 years ago
Jérémy Lecour ec12948398 mysql: add quotes in a few tasks 5 years ago
Jérémy Lecour fb4a254b9c mysql-oracle: fix configuration directory variable 5 years ago
Jérémy Lecour 03431fc116 mysql: add an option to install the dev client libraries 5 years ago
Jérémy Lecour ec535b036c apt module: Use "state: present" instead of "state: installed"
"state: installed" is deprecated in Ansible 2.5
5 years ago
Jérémy Lecour 15ebb84bb6 mysql/mysql-oracle: mysqltuner cron scripts is 0755 5 years ago
Jérémy Lecour 423acc79fd mysql-oracle: copy evolinux config files in mysql.cond.d 5 years ago
Jérémy Lecour cdbce0ae24 mysql-oracle: use systemd module to reload daemon 5 years ago
Jérémy Lecour a12dca0b70 mysql/mysql-oracle: mysqltuner cron task is executable 5 years ago
Jérémy Lecour b81ef36f92 mysql: remount /usr (if needed) before creating scripts directory 5 years ago
Ludovic Poujol 77cc1cce7d mysql-oracle: Add repo.mysql.com to minifw if needed 5 years ago
Ludovic Poujol 3488ec758d mysql-oracle: Add missing remount-usr 5 years ago
Jérémy Lecour 738d56db68 Add mysql-oracle role
Install and configure MySQL 5.7 with packages from Oracle
5 years ago