Re: [ansible-project] How to fix this ssh-keyscan problem in my playbook?

2020-01-23 Thread RobertF
, Stefan Hornburg (Racke) wrote: > > On 1/23/20 12:24 AM, RobertF wrote: > > I have an Ansible playbook for provisioning servers. After the server > is provisioned, I want to remove the old FQDN > > and/or hostname alias for that server from my local SSH known_hosts > file

[ansible-project] How to fix this ssh-keyscan problem in my playbook?

2020-01-22 Thread RobertF
I have an Ansible playbook for provisioning servers. After the server is provisioned, I want to remove the old FQDN and/or hostname alias for that server from my local SSH known_hosts file, pause until the server is up, and then run the ssh-keyscan command to add the new server's public SSH

Re: [ansible-project] Why doesn't this task to check when a server has booted work?

2020-01-08 Thread RobertF
Thanks Jean-Yves! On Tuesday, January 7, 2020 at 2:24:13 PM UTC-8, Jean-Yves LENHOF wrote: > > > Le 07/01/2020 à 22:55, RobertF a écrit : > > I have an Ansible playbook for creating [Linode](https://linode.com) > > servers. The problem I'm having is that m

[ansible-project] Why doesn't this task to check when a server has booted work?

2020-01-07 Thread RobertF
I have an Ansible playbook for creating [Linode](https://linode.com) servers. The problem I'm having is that my playbook isn't able to determine when the new server is up. I'm using Ansible 2.8.4. My playbook is as follows: --- hosts: 127.0.0.1 gather_facts: False - name: