Skip to content

Commit

Permalink
#22 Updated README and CHANGELOG files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Tsao committed Jan 3, 2020
1 parent 2c3a2e1 commit 497edee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
## [Unreleased](https://github.com/idealista/prom2teams_role/tree/develop)
### Fixed
- *Update prom2teams.ini template for python3 compatibility* @miguel-chacon
### Added
- *[#22](https://github.com/idealista/prom2teams_role/issues/22) Renamed role* @frantsao
- *[#22](https://github.com/idealista/prom2teams_role/issues/22) Updated molecule and travis testing; switched to docker* @frantsao

## [2.3.0](https://github.com/idealista/prom2teams_role/tree/2.3.0)
[Full Changelog](https://github.com/idealista/prom2teams_role/compare/2.2.0...2.3.0)
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ These instructions will get you a copy of the role for your ansible playbook. On

### Prerequisities

Ansible 2.4.1.0 version installed.
Ansible 2.9.x.x version installed.
Inventory destination should be a Debian environment.

For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Vagrant](https://www.vagrantup.com/) as driver (with [landrush](https://github.com/vagrant-landrush/landrush) plugin) and [VirtualBox](https://www.virtualbox.org/) as provider.
For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver. Pipenv 2018.11.26 and Python 3 recommended.

### Installing

Expand All @@ -35,15 +35,15 @@ Create or add to your roles dependency file (e.g requirements.yml) from GitHub:
```
- src: http://github.com/idealista/prom2teams_role.git
scm: git
version: 1.0.0
version: 2.4.0
name: prom2teams
```

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

```
- src: idealista.prom2teams_role
version: 1.0.0
version: 2.4.0
name: prom2teams
```

Expand Down Expand Up @@ -77,14 +77,16 @@ prom2teams_webhook_urls:
## Testing

```
molecule test --platform=Debian9
pipenv shell
pipenv sync
molecule test
```

See `molecule.yml` to check possible testing platforms.

## Built With

![Ansible](https://img.shields.io/badge/ansible-2.4.1.0-green.svg)
![Ansible](https://img.shields.io/badge/ansible-2.9.2.0-green.svg)

## Versioning

Expand Down

0 comments on commit 497edee

Please sign in to comment.