[ansible-project] Regarding Ansible connection time out error

2023-09-07 Thread Ashok Reddy
Hi All, How to write ansible playbook if we can connection time out error from Ansible to the required host? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [ansible-project] Running playbook in ansible collection

2023-09-07 Thread Todd Lewis
Hey Emilio, I hope I don't waste your time with bad advice. My experience with collections has been "interesting" - not always in a productive way. So here goes. While it's certainly possible to package playbooks in collections, that might be adding to the problem. It appears you're

Re: [ansible-project] Running playbook in ansible collection

2023-09-07 Thread 'Felix Fontein' via Ansible Project
Hi, > I am writing an ansible collection to configure some internal company > tools. Inside this collection I want to have several roles. These > roles are very similar to each other, so I want to put some shared > utility functions and classes in some shared location. As far as I > understand,

[ansible-project] Running playbook in ansible collection

2023-09-07 Thread Emilio Botero
Hi, I am writing an ansible collection to configure some internal company tools. Inside this collection I want to have several roles. These roles are very similar to each other, so I want to put some shared utility functions and classes in some shared location. As far as I understand, that's

[ansible-project] The input device is not a TTY

2023-09-07 Thread 'jojebo' via Ansible Project
Hi everyone, I’m fairly new to ansible and I stumbled across a problem which I’m unable to solve. *Problem* It occurs when I try to run a playbook that should execute two commands (proprietary sw). The error is either “the input device is not a TTY” or it just hangs with python indend

Re: [ansible-project] access particular values gathered with stat

2023-09-07 Thread dulhaver via Ansible Project
once the conditions are met I want to proceed importing/including a role that installs postgres under that specified location. This role expects the conditions to be met in order to run successfully > On 09/06/2023 6:21 PM CEST Dick Visser wrote: > > > On Wed, 6 Sept 2023 at 14:34,