Skip to content

Commit

Permalink
Merge pull request #65 from idealista/features/#63
Browse files Browse the repository at this point in the history
[#63] Rename role to tomcat_role
  • Loading branch information
sorobon authored May 14, 2020
2 parents a96e7e8 + 63a96e6 commit dccde19
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 52 deletions.
89 changes: 46 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,76 +2,79 @@
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/tomcat-role/tree/develop)
## [Unreleased](https://github.com/idealista/tomcat_role/tree/develop)
### Changed
- *[#61](https://github.com/idealista/tomcat_role/issues/61) Update molecule to 3.x* @sorobon
- *[#63](https://github.com/idealista/tomcat_role/issues/63) Rename role to tomcat_role* @sorobon

## [1.8.0](https://github.com/idealista/tomcat-role/tree/1.8.0)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.7.0...1.8.0)
## [1.8.0](https://github.com/idealista/tomcat_role/tree/1.8.0)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.7.0...1.8.0)
### Added
- *[#56](https://github.com/idealista/tomcat-role/issues/56) Add Ansible 2.6 support for module maven_artifact* @jnogol
- *[#56](https://github.com/idealista/tomcat_role/issues/56) Add Ansible 2.6 support for module maven_artifact* @jnogol

## [1.7.0](https://github.com/idealista/tomcat-role/tree/1.7.0)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.6.2...1.7.0)
## [1.7.0](https://github.com/idealista/tomcat_role/tree/1.7.0)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.6.2...1.7.0)
### Changed
- *[#53](https://github.com/idealista/tomcat-role/issues/53) Allow the option to pass additional environment vars* @sorobon
- *[#53](https://github.com/idealista/tomcat_role/issues/53) Allow the option to pass additional environment vars* @sorobon
- *Tomcat version to 8.5.31* @sorobon
### Fixed
- *[#4](https://github.com/idealista/tomcat-role/issues/4) Notify restart handler after new files copied/template* @sorobon
- *[#4](https://github.com/idealista/tomcat_role/issues/4) Notify restart handler after new files copied/template* @sorobon

## [1.6.2](https://github.com/idealista/tomcat-role/tree/1.6.2)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.6.1...1.6.2)
## [1.6.2](https://github.com/idealista/tomcat_role/tree/1.6.2)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.6.1...1.6.2)
### Changed
- *[#49](https://github.com/idealista/tomcat-role/issues/49) Updated tomcat version to 8.5.29* @sorobon
- *[#49](https://github.com/idealista/tomcat_role/issues/49) Updated tomcat version to 8.5.29* @sorobon

## [1.6.1](https://github.com/idealista/tomcat-role/tree/1.6.1)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.6.0...1.6.1)
## [1.6.1](https://github.com/idealista/tomcat_role/tree/1.6.1)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.6.0...1.6.1)
### Changed
- *[#46](https://github.com/idealista/tomcat-role/issues/46) Updated tomcat version to 8.5.28* @sorobon
- *[#46](https://github.com/idealista/tomcat_role/issues/46) Updated tomcat version to 8.5.28* @sorobon

## [1.6.0](https://github.com/idealista/tomcat-role/tree/1.6.0)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.5.0...1.6.0)
## [1.6.0](https://github.com/idealista/tomcat_role/tree/1.6.0)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.5.0...1.6.0)
### Added
- *[#43](https://github.com/idealista/tomcat-role/issues/43) Allow to change log files directory* @sorobon
- *[#43](https://github.com/idealista/tomcat_role/issues/43) Allow to change log files directory* @sorobon

## [1.5.0](https://github.com/idealista/tomcat-role/tree/1.5.0)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.4.0...1.5.0)
## [1.5.0](https://github.com/idealista/tomcat_role/tree/1.5.0)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.4.0...1.5.0)
### Added
- *[#40](https://github.com/idealista/tomcat-role/issues/40) Support for addons like java-agents* @sorobon
- *[#40](https://github.com/idealista/tomcat_role/issues/40) Support for addons like java-agents* @sorobon

## [1.4.0](https://github.com/idealista/tomcat-role/tree/1.4.0)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.3.1...1.4.0)
## [1.4.0](https://github.com/idealista/tomcat_role/tree/1.4.0)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.3.1...1.4.0)
### Added
- *[#29](https://github.com/idealista/tomcat-role/issues/29) Upgrade molecule* @jdvr
- *[#26](https://github.com/idealista/tomcat-role/issues/26) Fix to copy extra configuration recursively* @dortegau
- *[#24](https://github.com/idealista/tomcat-role/issues/24) Follow OWASP recommendations to protect Shutdown port* @dortegau
- *[#21](https://github.com/idealista/tomcat-role/issues/21) Remove pre-installed folders from webapps* @dortegau
- *[#29](https://github.com/idealista/tomcat_role/issues/29) Upgrade molecule* @jdvr
- *[#26](https://github.com/idealista/tomcat_role/issues/26) Fix to copy extra configuration recursively* @dortegau
- *[#24](https://github.com/idealista/tomcat_role/issues/24) Follow OWASP recommendations to protect Shutdown port* @dortegau
- *[#21](https://github.com/idealista/tomcat_role/issues/21) Remove pre-installed folders from webapps* @dortegau

## [1.3.1](https://github.com/idealista/tomcat-role/tree/1.3.1)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.3.0...1.3.1)
## [1.3.1](https://github.com/idealista/tomcat_role/tree/1.3.1)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.3.0...1.3.1)
### Fixed
- *[#17](https://github.com/idealista/tomcat-role/issues/17) Fix war user and group after download* @jdvr
- *[#17](https://github.com/idealista/tomcat_role/issues/17) Fix war user and group after download* @jdvr

## [1.3.0](https://github.com/idealista/tomcat-role/tree/1.3.0)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.2.0...1.3.0)
## [1.3.0](https://github.com/idealista/tomcat_role/tree/1.3.0)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.2.0...1.3.0)
### Added
- *[#13](https://github.com/idealista/tomcat-role/issues/13) Add maven repository as a valid download war source* @jdvr
- *[#13](https://github.com/idealista/tomcat_role/issues/13) Add maven repository as a valid download war source* @jdvr

## [1.2.0](https://github.com/idealista/tomcat-role/tree/1.2.0)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.1.2...1.2.0)
## [1.2.0](https://github.com/idealista/tomcat_role/tree/1.2.0)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.1.2...1.2.0)
### Added
- *[#5](https://github.com/idealista/tomcat-role/issues/5) Add a name for the downloaded war during deployment* @jdvr
- *[#5](https://github.com/idealista/tomcat_role/issues/5) Add a name for the downloaded war during deployment* @jdvr

## [1.1.2](https://github.com/idealista/tomcat-role/tree/1.1.2)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.1.0...1.1.2)
## [1.1.2](https://github.com/idealista/tomcat_role/tree/1.1.2)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.1.0...1.1.2)
### Fixed
- *[#8](https://github.com/idealista/tomcat-role/issues/8) Fix systemd startup* @jmonterrubio
- *[#6](https://github.com/idealista/tomcat-role/issues/6) Fix conf directory template copy* @jnogol
- *[#8](https://github.com/idealista/tomcat_role/issues/8) Fix systemd startup* @jmonterrubio
- *[#6](https://github.com/idealista/tomcat_role/issues/6) Fix conf directory template copy* @jnogol

## [1.1.0](https://github.com/idealista/tomcat-role/tree/1.1.0)
[Full Changelog](https://github.com/idealista/tomcat-role/compare/1.0.0...1.1.0)
## [1.1.0](https://github.com/idealista/tomcat_role/tree/1.1.0)
[Full Changelog](https://github.com/idealista/tomcat_role/compare/1.0.0...1.1.0)
### Added
- *[#1](https://github.com/idealista/tomcat-role/issues/1) Add deploy task* @jdvr
- *[#1](https://github.com/idealista/tomcat_role/issues/1) Add deploy task* @jdvr


## [1.0.0](https://github.com/idealista/tomcat-role/tree/1.0.0)
## [1.0.0](https://github.com/idealista/tomcat_role/tree/1.0.0)
### Added
- *First release*
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Logo](https://raw.githubusercontent.com/idealista/tomcat-role/master/logo.gif)
![Logo](https://raw.githubusercontent.com/idealista/tomcat_role/master/logo.gif)

[![Build Status](https://travis-ci.org/idealista/tomcat-role.svg?branch=master)](https://travis-ci.org/idealista/tomcat-role)
[![Build Status](https://travis-ci.org/idealista/tomcat_role.svg?branch=master)](https://travis-ci.org/idealista/tomcat_role)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-idealista.tomcat__role-B62682.svg)](https://galaxy.ansible.com/idealista/tomcat_role)

# Tomcat Ansible role
Expand Down Expand Up @@ -35,16 +35,16 @@ This role needs a system with java previously installed. Its really recommended
Create or add to your roles dependency file (e.g requirements.yml) from GitHub:

```
- src: http://github.com/idealista/tomcat-role.git
- src: http://github.com/idealista/tomcat_role.git
scm: git
version: 1.0.0
name: tomcat
```

or using [Ansible Galaxy](https://galaxy.ansible.com/idealista/tomcat-role/) as origin if you prefer:
or using [Ansible Galaxy](https://galaxy.ansible.com/idealista/tomcat_role/) as origin if you prefer:

```
- src: idealista.tomcat-role
- src: idealista.tomcat_role
version: 1.0.0
name: tomcat
```
Expand Down Expand Up @@ -94,15 +94,15 @@ See molecule/molecule.yml to check possible testing platforms.

## Versioning

For the versions available, see the [tags on this repository](https://github.com/idealista/tomcat-role/tags).
For the versions available, see the [tags on this repository](https://github.com/idealista/tomcat_role/tags).

Additionaly you can see what change in each version in the [CHANGELOG.md](CHANGELOG.md) file.

## Authors

* **Idealista** - *Work with* - [idealista](https://github.com/idealista)

See also the list of [contributors](https://github.com/idealista/Tomcat-role/contributors) who participated in this project.
See also the list of [contributors](https://github.com/idealista/tomcat_role/contributors) who participated in this project.

## License

Expand Down
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# handlers file for tomcat-role
# handlers file for tomcat_role

- name: restart tomcat
systemd:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
- name: Converge
hosts: all
roles:
- role: tomcat-role
- role: tomcat_role

0 comments on commit dccde19

Please sign in to comment.