Re: [ansible-project] Re: CPU

2018-11-13 Thread Thad Guidry
I'd highly recommend https://sensu.io/ which is open source and exudes DevOps best practices. Thad +ThadGuidry On Tue, Nov 13, 2018 at 6:26 AM Brad Van Orden wrote: > Are you sure you want to use ansible for that task? It sounds more like > something for

Re: [ansible-project] Re: Working with Ansible on Windows Hosts

2018-11-12 Thread Thad Guidry
Since your using Windows, you might also want to know that the ecosystem is not only Ansible... DSC also provides the rest of what you often need. https://www.ansible.com/blog/using-the-win_dsc-module-in-ansible Thad +ThadGuidry On Mon, Nov 12, 2018 at 3:52

Re: [ansible-project] Re: call Dockerfiles inside ansible

2018-11-12 Thread Thad Guidry
Yes, I would highly recommend you start using Ansible Container to build your docker containers. You can even use the Ansible template module to automatically create the compose files you’ll need. https://www.ansible.com/blog/ansible-container-project Thad +ThadGuidry

Re: [ansible-project] Can Ansible execute a Dockerfile on Docker to setup platforms for PXE boots?

2018-11-12 Thread Thad Guidry
Lots of ways to handle this... What you are after is called "baremetal provisioning". https://www.ansible.com/use-cases/provisioning Start with reading this thread... https://www.reddit.com/r/ansible/comments/7c7lsg/install_os_on_bare_metal/ And lots of existing roles already on Ansible Galaxy to

Re: [ansible-project] Apply action for each regexp match found on same line

2018-11-12 Thread Thad Guidry
se modules. Thad +ThadGuidry <https://www.google.com/+ThadGuidry> On Mon, Nov 12, 2018 at 10:30 AM John Harmon wrote: > > On Saturday, November 10, 2018 at 9:48:17 AM UTC-7, Thad Guidry wrote: >> >> John, >> >> What problem are you actually trying to solve ?

Re: [ansible-project] Apply action for each regexp match found on same line

2018-11-10 Thread Thad Guidry
John, What problem are you actually trying to solve ? Generating random numbers especially around MAC certainly can get you in trouble. Are you trying to generate a Pool and apply something 1 time from that Pool ? Explain the use case, and we could help a lot more. -Thad On Sat, Nov 10, 2018

Re: [ansible-project] cant start websphere Liberty using ansible

2018-11-09 Thread Thad Guidry
Try adding debugger to see if it shows you more information... https://docs.ansible.com/ansible/2.5/user_guide/playbooks_debugger.html On Fri, Nov 9, 2018 at 8:39 AM visar wrote: > > Hi Experts, > > Really appreciate your guidance here.. > > I have setup a Websphere liberty application in

Re: [ansible-project] Re: Logging per playbook file

2018-11-09 Thread Thad Guidry
Ansible only picks up the first ansible.cfg found. "Changes can be made and used in a configuration file which will be searched for in the following order: ANSIBLE_CONFIG (environment variable if set) ansible.cfg (in the current directory) ~/.ansible.cfg (in the home directory)

Re: [ansible-project] Working Docker image for Ansible Galaxy

2018-11-08 Thread Thad Guidry
https://github.com/ansible/galaxy/pull/1326 PR SENT ! On Thu, Nov 8, 2018 at 8:37 PM Thad Guidry wrote: > Thanks...in that case...I will submit a freakin PR for the current > README.md that currently only has that 1st sentence...and not the utmost > important 2nd sentence !!! >

Re: [ansible-project] Working Docker image for Ansible Galaxy

2018-11-08 Thread Thad Guidry
Thanks...in that case...I will submit a freakin PR for the current README.md that currently only has that 1st sentence...and not the utmost important 2nd sentence !!! Matt, your a lifesaver ! -Thad -- You received this message because you are subscribed to the Google Groups "Ansible Project"

[ansible-project] Working Docker image for Ansible Galaxy

2018-11-08 Thread Thad Guidry
Is there a working docker image for Ansible Galaxy ? I noticed these under https://github.com/ansible/galaxy/tree/devel/scripts/docker/release but couldn't get a regular docker run to work... C:\Users\eguitha> docker run -it -e "GALAXY_SECRET_KEY=0987654321" ansible/galaxy:latest [2018-11-08