From d00d28f1c8aef0603893ddb9edaebbe936017bc1 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 12 Jun 2019 07:27:46 +0200 Subject: [PATCH] Update README, prepare for release --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c0d1c38..55c4031 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Requirements ------------ - Access to a repository containing packages, likely on the internet. -- A recent version of Ansible. (Tests run on the last 3 release of Ansible.) +- A recent version of Ansible. (Tests run on the current, previous and next release of Ansible.) The following roles can be installed to ensure all requirements are met, using `ansible-galaxy install -r requirements.yml`: @@ -114,20 +114,10 @@ pip install molecule molecule test ``` -To test on Amazon EC2, configure [~/.aws/credentials](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html) and `export AWS_REGION=eu-central-1` before running `molecule test --scenario-name ec2`. +To test on Amazon EC2, configure [~/.aws/credentials](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html) and set a region using `export AWS_REGION=eu-central-1` before running `molecule test --scenario-name ec2`. There are many specific scenarios available, please have a look in the `molecule/` directory. -Run the [ansible-galaxy](https://github.com/ansible/galaxy-lint-rules) and [my](https://github.com/robertdebock/ansible-lint-rules) lint rules if you want your change to be merges: - -```shell -git clone https://github.com/ansible/ansible-lint.git /tmp/ansible-lint -ansible-lint -r /tmp/ansible-lint/lib/ansiblelint/rules . - -git clone https://github.com/robertdebock/ansible-lint /tmp/my-ansible-lint -ansible-lint -r /tmp/my-ansible-lint/rules . -``` - License ------- @@ -137,4 +127,4 @@ Apache-2.0 Author Information ------------------ -Robert de Bock +[Robert de Bock](https://robertdebock.nl/)