Re: [ansible-project] Re: win_group_membership

2018-04-05 Thread Jordan Borean
With -DisableBasicAuth set then you can only use the defaults which NTLM and Kerberos. You can always check by running winrm get winrm/config/service and look at the values under the Auth section. Thanks Jordan -- You received this message because you are subscribed to the Google Groups

Re: [ansible-project] Ansible 2.5 with cisco asa_command enable mode

2018-04-05 Thread Matthew Wyant
Playbook or ad-hoc? On Thu, Apr 5, 2018, 11:02 AM Rick Williams wrote: > Hi, > > Can anyone share how to use the provided asa_command module to get into > enable mode with Ansible 2.5 ? > > I'm reading this: > > >

[ansible-project] Repeat a block with a different variable?

2018-04-05 Thread leam hall
Still more Ansible newbie than journeyman. Trying to figure out how to re-run a block with a different variable. Issues: 1. Ruby must be installed to compile new versions of Ruby. 2. The CentOS 6 default version of Ruby is too old to compile the newest Ruby. Plan: 1. Ensure default Ruby is

[ansible-project] Re: Repeat a block with a different variable?

2018-04-05 Thread leam hall
Most recent git push changed the line numbers to: https://github.com/LeamHall/Ansible_Test/blob/master/playbooks/dev_station.yml#L142-L188 On Thursday, April 5, 2018 at 8:04:35 PM UTC-4, leam hall wrote: > > Still more Ansible newbie than journeyman. Trying to figure out how to > re-run a

Re: [ansible-project] Re: Remove missing files from a list

2018-04-05 Thread Andy Smith
Hi, On Wed, Apr 04, 2018 at 02:56:39PM -0700, flowerysong wrote: > On Wednesday, April 4, 2018 at 4:43:14 PM UTC-4, Andy Smith wrote: > > https://gist.github.com/grifferz/a505e352baa18e06ba1ba1d02a123ee2 > > > > This works, but have I missed something which allows this to be done > > in a

Re: [ansible-project] Automate VM creation with Ansible (VMware, Bind, Zabbix)

2018-04-05 Thread Larry Smith
You can define the IP address of a VM being created from the template at the time of creation and then you can dynamically create an inventory group during the play execution that you can use for further processing. Or you can use a template to create additional inventory items based on VM

[ansible-project] Re: Architecture of a complex ansible project

2018-04-05 Thread Larry Smith
Here is an example of a complex project for reference https://github.com/mrlesmithjr/ansible-vsphere-management When developing a complex project you should keep everything modular (roles, inventory, group_vars, host_vars, and etc.).

[ansible-project] Re: Installing Jenkins plugins with their dependencies

2018-04-05 Thread JiElPe-Fr38
Thanks a lot... After removing latest dependencies have been installed. So... let's wait for the fix ! Best Regards J-L Le mercredi 4 avril 2018 10:52:09 UTC+2, Biswadip Dutta a écrit : > > state: latest >> > > Please remove this and try. Apparently this is an open issue on Github. > #24864 >

Re: [ansible-project] Re: Steps for ssh forwarding?

2018-04-05 Thread Benny Kusman
this is a great step. im able to establish the tunneling with the jumphost. but i was wondering, what did you put in the hosts filfe ? im still not able to reach the server On Monday, February 16, 2015 at 12:11:58 AM UTC, Michael Spiegle wrote: > > As an additional datapoint, here's a brief

[ansible-project] Re: AWX Installation - Help

2018-04-05 Thread Martyn Kempster
Have you tried implementing the work around Graeme Crawford mentioned towards the end of that GitHub issue? It would also be better to post this in the AWX Project google group for better help: https://groups.google.com/forum/#!forum/awx-project On Thursday, April 5, 2018 at 6:08:01 AM UTC+1,

Re: [ansible-project] How to make mandatory variables if variable is defined

2018-04-05 Thread Kai Stian Olstad
On 05.04.2018 08:57, Javier Martí wrote: Hi, I want to make sure before execution of the role that if a variable is defined you have to define another variables, can I do that? I have a template: {% if variable1 != '' %} variable1 = {{ variable1 }} variable2 = {{ variable2 }} variable3 = {{

[ansible-project] How to make mandatory variables if variable is defined

2018-04-05 Thread Javier Martí
Hi, I want to make sure before execution of the role that if a variable is defined you have to define another variables, can I do that? I have a template: {% if variable1 != '' %} variable1 = {{ variable1 }} variable2 = {{ variable2 }} variable3 = {{ variable3 }} {% endif %} How to make

Re: [ansible-project] Re: Steps for ssh forwarding?

2018-04-05 Thread Michael Spiegle
By "hosts" file, do you mean /etc/hosts or the hosts in ssh.config? Also, if you just run SSH by hand to login to a remote host, what happens? Ex: $ ssh -F ssh.config -fN user@some_jumpbox $ ssh -F ssh.config user@some_server_behind_jumpbox On Thursday, April 5, 2018 at 6:20:14 AM UTC-4, Benny

[ansible-project] Install solr packages on ansible

2018-04-05 Thread boy fantastico
Good afternoon. I'm installing an ckan via ansible project. However, I need to install SOLR packages, but I can not. I would like to ask you for help, knowing in this way which commands you could produce for the following installations. wget

[ansible-project] Does any one know how to setup ssh connection between vsts and ansible server

2018-04-05 Thread workarea448
Able to set up two terminal server connection using password but unable to do configuration part using vsts run playbook.please help me by sugguesting -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop

[ansible-project] vmware_guest module and existing custom specifications

2018-04-05 Thread the . prides
Is there a way to use existing custom specifications with the vmware_guest module, and, if so, how? If not, is there another vmware module that can provide this functionality? Thanks! -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To

[ansible-project] Ansible 2.5 with cisco asa_command enable mode

2018-04-05 Thread Rick Williams
Hi, Can anyone share how to use the provided asa_command module to get into enable mode with Ansible 2.5 ? I'm reading this: https://docs.ansible.com/ansible/devel/modules/asa_command_module.html#asa-command ... and trying many different ways, but no joy. Regards, Rick -- You received

[ansible-project] 2.5.0.0: include_tasks is not executed with tags

2018-04-05 Thread Michael Ströder
mattd...@redhat.com wrote: > Tag support in 2.5.0 is passing all the integration tests, so I'd be > surprised if it's not working, but If you've got a reproducible issue, > please file it on Github. With ansible 2.5.0.0 this task is not executed with -t monitoring: - name: "Monitoring scripts

Re: [ansible-project] 2.5.0.0: include_tasks is not executed with tags

2018-04-05 Thread Kai Stian Olstad
On Thursday, 5 April 2018 20.24.40 CEST Michael Ströder wrote: > mattd...@redhat.com wrote: > > Tag support in 2.5.0 is passing all the integration tests, so I'd be > > surprised if it's not working, but If you've got a reproducible issue, > > please file it on Github. > > With ansible 2.5.0.0

[ansible-project] Re: Ansible 2.5 with cisco asa_command enable mode

2018-04-05 Thread Rick Williams
I'm still learning more about this, but I have found that by using the following on the command line I can get the playbook into enable mode: ansible-playbook -v -u admin -kK -e ansible_network_os=asa -e ansible_become_method=enable -e ansible_become=True testfw_dir.yml -- You received this