Re: [ansible-devel] Can Ansible automate ssh configuration on network devices??

2021-02-10 Thread Paul Belanger
On Tue, Feb 09, 2021 at 08:30:19PM -0800, Mian.M Talha Iqbal wrote: > I've been working with ansible for a little while now and it's really > awesome. > We can manage a large number of networking devices with a single machine. > But for that we need to establish a manual connection with the

Re: [ansible-devel] Ansible collections: my new terminal plugin is not picked up while run

2020-01-23 Thread Paul Belanger
On Thu, Jan 23, 2020 at 04:52:56AM -0800, Mohamed Javeed wrote: > To test my collections, i moved the dellos10 terminal plugin from the > ansible installable. > > Attached my sample collections tar file > > * My playbook:* > --- > - hosts: datacenter > connection: network_cli > collections:

Re: [ansible-devel] Blacklisting hosts of a group in inventory file

2019-11-21 Thread Paul Belanger
On Wed, Nov 20, 2019 at 07:46:20PM -0800, chavali shruti wrote: > Suppose I want to blacklist a host of a group, in the inventory file, so as > not to allow the running of any other tasks on it. How can i do it? > I do want it in my hosts list and later, after i run a playbook on it.. i > want

Re: [ansible-devel] Trigger Ansibile to run a playbook when GitHub Branch is merged

2019-01-23 Thread Paul Belanger
o your GitHub Repo to trigger Ansible to run a > playbook - is it possible? > Yes, jenkins / zuul / github actions will all be able to do this. Each do it differently, but in the end will run a playbook on commit. > Kind regards, > Dean > > On Wed, Jan 23, 2019 at 1:16 PM Paul Belanger

Re: [ansible-devel] Trigger Ansibile to run a playbook when GitHub Branch is merged

2019-01-23 Thread Paul Belanger
On Wed, Jan 23, 2019 at 12:31:04PM +, Karol Czeryna wrote: > This is typical CI/CD. > > You can use Jenkins for this. > Zuul CI is another option, especially if you want to run your actually playbooks directly from it. It is a CI tool that used ansible for task execution. As an example,

Re: [ansible-devel] on/off button for custom inventory

2019-01-21 Thread Paul Belanger
On Mon, Jan 21, 2019 at 07:28:07AM -0800, David Metcalf wrote: > Hello, > > I have created a custom inventory. I would like to have the on/off button > for the hosts listed in the inventory work. I have attempted to follow the > format of other inventory sources such as setting the "status"