Skip to content

Releases: robertdebock/ansible-role-skeleton

EC2 and Docker don't skip

25 Nov 20:52
Compare
Choose a tag to compare

EC2 can now be used to test roles and Docker tasks that always skipped, will run now, but have an option to skip, which is used during tests.

meta fix

13 Nov 20:43
Compare
Choose a tag to compare

There was an unclosed {{ in meta/main.yml causing this error:

ERROR! Unexpected Exception, this is probably a bug: expected token 'end of print statement', got 'on'

Simpler is better

13 Nov 05:37
Compare
Choose a tag to compare

The variables are now expanded in vars/main.yml, making it easier to read and maintain.

gitignore

23 Oct 05:16
Compare
Choose a tag to compare

One for this repo, one for the instantiated.

Ready

20 Oct 04:20
Compare
Choose a tag to compare

All improvements included.

Single file variables

04 Oct 17:55
Compare
Choose a tag to compare

Instead of the many variable files in vars/, I've switched back to a simpler structure, also to be prepared for Galaxy 3.1 and it's star ratings.

Jeff Geerling

03 Oct 10:53
Compare
Choose a tag to compare

Saw a presentation of Jeff Geerling yesterday at Ansible Fest 2018 (Austin) which suggested to add:

  1. purpose to the readme, what does this role do?
  2. links to CI and issues.
  3. description of how to test the role.

Good hints Jeff!

EOFNL

10 Sep 15:23
Compare
Choose a tag to compare

One file was missing a new line at the end of the file.

Slack

30 Aug 04:46
Compare
Choose a tag to compare

Slack notifications are now used and email notifications are disabled.

Linter

28 Aug 20:19
Compare
Choose a tag to compare

There was a linting issue in vars/CentOS.yml, causing molecule to error.