Skip to content

Commit

Permalink
Merge pull request #44 from idealista/develop
Browse files Browse the repository at this point in the history
v2.2.1 to master
  • Loading branch information
José Noguera authored Jan 21, 2019
2 parents aa31d03 + cfca762 commit 41c6283
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
37 changes: 21 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,36 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).

## [Unreleased](https://github.com/idealista-tech/mysql_role/tree/develop)
## [Unreleased](https://github.com/idealista/mysql_role/tree/develop)

## [2.2.0](https://github.com/idealista-tech/mysql_role/tree/2.2.0) (16/01/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/2.2.0...2.1.0)
## [2.2.1](https://github.com/idealista/mysql_role/tree/2.2.1) (21/01/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/2.2.0...2.2.1)
### Fixed
- [#43](https://github.com/idealista/mysql_role/pull/43) *Fixed users default privileges* @vide

## [2.2.0](https://github.com/idealista/mysql_role/tree/2.2.0) (16/01/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/2.1.0...2.2.0)
### Changed
- [#39](https://github.com/idealista/mysql_role/issues/39) *Using '_' instead of '-' in role name* @dortegau

### Added
- [#41](https://github.com/idealista/mysql_role/pull/41) *Manage replicate_ignore_table special case* @vide

## [2.1.0](https://github.com/idealista-tech/mysql_role/tree/2.1.0) (04/04/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/2.1.0...2.0.0)
## [2.1.0](https://github.com/idealista/mysql_role/tree/2.1.0) (04/04/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/2.0.0...2.1.0)
### Added
- [#35](https://github.com/idealista/mysql_role/issues/35) *Provide additional settings as option files included in playbook* @dortegau

### Fixed
- [#34](https://github.com/idealista/mysql_role/issues/34) *Adding default value for mysql_datadir variable* @dortegau

## [2.0.0](https://github.com/idealista-tech/mysql_role/tree/2.0.0) (22/03/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/2.0.0...1.3.0)
## [2.0.0](https://github.com/idealista/mysql_role/tree/2.0.0) (22/03/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/1.3.0...2.0.0)
### Changed
- [#29](https://github.com/idealista/mysql_role/issues/29) *Options file could be modified adding or removing system variables without requiring a new release* @dortegau

## [1.3.0](https://github.com/idealista-tech/mysql_role/tree/1.3.0) (15/03/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/1.3.0...1.2.3)
## [1.3.0](https://github.com/idealista/mysql_role/tree/1.3.0) (15/03/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/1.2.3...1.3.0)
### Added
- [#26](https://github.com/idealista/mysql_role/issues/26) *Adding the ability to configure SQL mode* @dortegau

Expand All @@ -37,24 +42,24 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
### Fixed
- [#24](https://github.com/idealista/mysql_role/issues/24) *Fixing my.cnf template (providing value to 'explicit_defaults_for_timestamp')* @dortegau

## [1.2.3](https://github.com/idealista-tech/mysql_role/tree/1.2.3) (09/03/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/1.2.3...1.2.0)
## [1.2.3](https://github.com/idealista/mysql_role/tree/1.2.3) (09/03/2018)
[Full Changelog](https://github.com/idealista/mysql_role/compare/1.2.0...1.2.3)
### Fixed
- [#21](https://github.com/idealista/mysql_role/issues/21)*Using my.cnf file provided as template instead of installation default file (mysql.cnf)* @dortegau
- *Fixing typo in config filename and changing invalid config values* @dortegau

## [1.2.0](https://github.com/idealista-tech/mysql_role/tree/1.2.0) (10/08/2017)
[Full Changelog](https://github.com/idealista/mysql_role/compare/1.2.0...1.1.0)
## [1.2.0](https://github.com/idealista/mysql_role/tree/1.2.0) (10/08/2017)
[Full Changelog](https://github.com/idealista/mysql_role/compare/1.1.0...1.2.0)
### Added
- *Integration with TravisCI and Ansible Galaxy* @jnogol
- *Added variable in remounting task in tasks/service.yml* @jnogol

## [1.1.0](https://github.com/idealista-tech/mysql_role/tree/1.1.0) (06/07/2017)
[Full Changelog](https://github.com/idealista/mysql_role/compare/1.1.0...1.0.0)
## [1.1.0](https://github.com/idealista/mysql_role/tree/1.1.0) (06/07/2017)
[Full Changelog](https://github.com/idealista/mysql_role/compare/1.0.0...1.1.0)
### Added
- *Enabling support for Debian 9* @dortegau

## [1.0.0](https://github.com/idealista-tech/mysql_role/tree/1.0.0) (13/03/2017)
## [1.0.0](https://github.com/idealista/mysql_role/tree/1.0.0) (13/03/2017)
### Fixed
- *Certificate error downloading mysql* @jmonterrubio

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mysql_users: []
# - name: example
# host: 127.0.0.1
# password: secret
# priv: [ *.*:USAGE ]
# priv: [ '*.*:USAGE' ]

# Remounting settings
mysql_remount_run: true
Expand Down
2 changes: 1 addition & 1 deletion tasks/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: "{{ item.name }}"
host: "{{ item.host | default('localhost') }}"
password: "{{ item.password }}"
priv: "{{ item.priv | default('*.*:USAGE') | join('/') }}"
priv: "{{ item.priv | default(['*.*:USAGE']) | join('/') }}"
append_privs: "yes"
with_items: "{{ mysql_users }}"
no_log: true

0 comments on commit 41c6283

Please sign in to comment.