Robert de Bock

Results 35 comments of Robert de Bock

Hi, Sorry, missed your request, yes that would be cool. Would you be willing to create a PR for that? Regards, Robert de Bock.

Thanks for this PR, I've done [poll on yes/no/true/false](https://www.linkedin.com/feed/update/urn:li:ugcPost:7174342264901488641/); You win! For all roles I will switch to true/false. The other error (typos and some logic) I'll have a look...

Hi, Thanks for the feedback. I've modified the `assert.yml` a bit to allow version to be used. See the updated `converge.yml` for an example. (It's also in the `README.md`.) Does...

So, let me rephrase so I understand it better. You'd like the role to be smart, and only reboot when required, for example: - The kernel was updated. - Some...

Looks like a good addition, but; it's not idempotent. I guess [this tasks](https://github.com/robertdebock/ansible-role-tomcat/pull/47/files#diff-c6a26aeedeacb65e599c6915a78655034037030ea276946dbee565d317bfa428R30) is the issue.

Absolutely open for a PR, go ahead. Don't worry too much if it's good or not, lets start and see what's usable.

Sounds like a good plan! The build/test [fails](https://github.com/robertdebock/ansible-role-tomcat/pull/39/checks?check_run_id=2237802590#step:6:514) now, I think a modification is required. The error: (condensed) ``` 'dict object' has no attribute 'neutral_default_page' The error appears to be...

Hm, now there is a check (in `molecule/default/verify.yml` that fails. The check sees if sensitive information is exposed. - [ ] Please comment/remove the `see if sensitive information is not...

That is a very good plan. Do you know how to do this? If so; please create a pull request for it. I'll help you through the process if you...

Hi @pjsharpe07. The role now places a simple, unbranded default page. That should solve your Nessus finding. Please let me know if this works for you.