[ansible-project] Another Ansible Question

2020-03-16 Thread Michael Cooper
Hey Guys, I am trying to get ansible working on docker. The image that I am using is ansible/ansible and there are no instructions for a run line on it. So this is what I tried but it doesn't work. docker run -dit --name cfANS --ip xxx.xxx.x.xx --network=CFSNET -p 22:22 -v

RE: Re: [ansible-project] Very Very New to Ansible

2020-03-15 Thread Michael Cooper
"module_stdout": "/bin/sh: 1: /usr/bin/python: not found\r\n", I see what you mean good lord how stupid of me …… -- Michael A CooperLinux Certified / Docker Certifiedhttp://www.coopfire.com From: Gavin HenrySent: Sunday, March 15, 2020 5:41 AMTo: ansible-project@googlegroups.comSubject: Re:

RE: Re: [ansible-project] Very Very New to Ansible

2020-03-15 Thread Michael Cooper
it is not.   There is more under client requirements here.  https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements  On Sun, 15 Mar 2020 at 09:30, Michael Cooper <nexusgu...@gmail.com> wrote:Hello Everyone        I built my control machine on a VM w/Ubuntu Server 1

RE: Re: [ansible-project] Very Very New to Ansible

2020-03-15 Thread Michael Cooper
I am pretty sure it isn’t I apologize guys, I am not much for programming stuff but I will pay more attention. Thanks,-- Michael A CooperLinux Certified / Docker Certifiedhttp://www.coopfire.com From: Gavin HenrySent: Sunday, March 15, 2020 5:41 AMTo: ansible-project@googlegroups.comSubject: Re:

[ansible-project] Very Very New to Ansible

2020-03-15 Thread Michael Cooper
Hello Everyone I built my control machine on a VM w/Ubuntu Server 18.04.4 and ansible 2.5.1. Mind you I am just learning so the version shouldn't matter that much. I built my first and second target machines and I am testing the ansible ad-hoc commands. When I do an ansible

RE: Re: [ansible-project] Very Very New to Ansible

2020-03-15 Thread Michael Cooper
Got ya, will try that now -- Michael A CooperLinux Certified / Docker Certifiedhttp://www.coopfire.com From: Stefan Hornburg (Racke)Sent: Sunday, March 15, 2020 5:46 AMTo: ansible-project@googlegroups.comSubject: Re: [ansible-project] Very Very New to Ansible On 3/15/20 10:41 AM, Michael Cooper

RE: Re: [ansible-project] Very Very New to Ansible

2020-03-15 Thread Michael Cooper
EOL.Configure ansible_python_interpreter to use python3, and don't botherwith python2 anymore. On Sun, 15 Mar 2020 at 10:46, Stefan Hornburg (Racke) wrote:> > On 3/15/20 10:41 AM, Michael Cooper wrote:> > They are both Ubuntu Server 18.04.4> >> >> >> >

Re: [ansible-project] Another Ansible Question

2020-03-16 Thread Michael Cooper
ll Ansible and all requirements via pip. > > Cheers, > Felix > > > > PS: please note that not all participants are male on this mailing list. > > > > > On Mon, 16 Mar 2020 03:02:17 -0700 (PDT) > Michael Cooper > wrote: > > > Hey Guys, > >

RE: Re: [ansible-project] Another Ansible Question

2020-03-16 Thread Michael Cooper
/pharriso/ansible_workshop/tree/master/exercises/ansible_rhel/molecule RegardsPhil.On Monday, 16 March 2020 12:05:09 UTC, Michael Cooper wrote:Hello Felix, I kind of figured that was going to be the story.It would be nice if there was an easy way to do this, I am tring to get away from the VM route

RE: [ansible-project] Re: Another Ansible Question

2020-03-16 Thread Michael Cooper
-arp.net/ansible-server-in-docker-for-network-engineers/On Monday, March 16, 2020 at 3:02:18 AM UTC-7, Michael Cooper wrote:Hey Guys,        I am trying to get ansible working on docker. The image that I am using is ansible/ansible and there are no instructions for a run line on it. So this is what I tried

[ansible-project] Errors in my Playbook

2021-02-25 Thread Michael Cooper
Hello Everyone,    First time poster here. By the way I am just now learning this. I am having issues with a playbook I am trying to run and I get this after the This is what I ran -> ansible-playbook -i /etc/ansible/pi_hosts pi_update.yml This was the result: TASK [Update apt repo