Re: [ansible-project] Ansible Licensing

2017-08-30 Thread Karl E. Jorgensen
uage be tied to ansible? By the sound of it, pretty tight! So the result will probably have to be GPLv3 too:   https://www.gnu.org/licenses/gpl-faq.html#NFUseGPLPlugins Hope this helps (more than it confuses...) --  Karl E. Jorgensen <k...@jorgensen.org.uk> -- You received this message because

Re: [ansible-project] Need to chat off-forum

2017-08-25 Thread Karl E. Jorgensen
to exchange emails > (so I'm not airing dirty laundry publicly) to trade ideas on how to > deal with these difficult situations?  Bonus if you're in/near the DC > or Virginia, USA area. By the little you have revealed, I doubt they would be receptive from advice from a random stranger :-|

Re: [ansible-project] Execute commands remotely on a ubuntu

2016-03-11 Thread Karl E. Jorgensen
On Fri, Mar 11, 2016 at 05:25:26AM -0800, Vamberto Junior wrote: > Hi everyone, > > I am new user on ansible and I have a little difficulty to execute commands >  remotely on a Ubuntu Server. (Ubuntu don't accept ssh with user root and the > user vamberto can use sudo su - ) > My machine is a

Re: [ansible-project] how to exit the ansible run, or handle it, when any remote node fails a task

2015-08-06 Thread Karl E. Jorgensen
, so no further tasks will be executed on the failed node. Hope this helps -- Karl E. Jorgensen -- 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 ansible

Re: [ansible-project] Re: assemble delimiter does not resolve attributes

2015-07-17 Thread Karl E. Jorgensen
} on {host} Isn't ansible_managed only set for templates ? I.e. in the template module, and thus doesn't apply to the copy module? -- Karl E. Jorgensen -- You received this message because you are subscribed to the Google Groups Ansible Project group. To unsubscribe from this group and stop

Re: [ansible-project] Vagrant + Multiple Machines + Ansible

2015-03-12 Thread Karl E. Jorgensen
this: wsrep_cluster_address=gcomm://{% for host in groups['cluster'] %}{% if not loop.first %},{% endif %}{{ hostvars[host]['wsrep_node_address'] }}{% endfor %} Hope this helps -- Karl E. Jorgensen -- You received this message because you are subscribed to the Google Groups Ansible Project

Re: [ansible-project] Is there a way to add hosts from a file to inventory_hosts at the runtime of the playbook?

2014-12-23 Thread Karl E. Jorgensen
://docs.ansible.com/developing_inventory.html By the sound of it you have most of what you need already, you just need to make sure that your python script outputs an inventory in JSON format Hope this helps -- Karl E. Jorgensen -- You received this message because you are subscribed to the Google

Re: [ansible-project] Using Ansible to check for a custom program to be installed

2014-11-26 Thread Karl E. Jorgensen
am unsure from here how to trigger the install if the 'pattern' fails... Can you check for the presense of one of the files installed by opsware-agent instead? E.g. /usr/sbin/opsware-agent or similar? Hope this helps -- Karl E. Jorgensen -- You received this message because you

Re: [ansible-project] How to loop over an array inside a dictionary

2014-11-18 Thread Karl E. Jorgensen
to have a name? If not, you can define it as an array rather than a dict/hash: oracle_db_homes: - version: 12.1.0 path: {{oracle_app_directory}}/oracle/somewhere/here - version: 11.2.0 path: {{oracle_app_directory}}/oracle/somewhere/else Hope this helps -- Karl E. Jorgensen -- You received

Re: [ansible-project] Force re-read of dynamic inventory script?

2014-11-17 Thread Karl E. Jorgensen
only goin to the 2ND FLOOR! I'm not even going to return the original mail to you! Hah! Take that! You'll have to get NEW ones and zeros for your next email! That'll teach you! bwhahahahaha! -- Karl E. Jorgensen -- You received this message because you are subscribed to the Google Groups

Re: [ansible-project] Split between CI on our servers, and releases to clients

2014-10-22 Thread Karl E. Jorgensen
the installation, but the grunt work would then be done by the package itself... .. Just my 2p... -- Karl E. Jorgensen -- 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

Re: [ansible-project] Split between CI on our servers, and releases to clients

2014-10-22 Thread Karl E. Jorgensen
, Karl E. Jorgensen jorginato...@gmail.com wrote: Hi On Wed, Oct 22, 2014 at 02:38:01PM -0700, Kulwinder Singh wrote: Hi Our software is created using our CI processes: we build and deploy artefacts of multiple technologies and test in the cloud

Re: [ansible-project] Custom ssh_config Not Working As Expected

2014-09-24 Thread Karl E. Jorgensen
the ProxyCommand. But this will use the *default* ssh config file. Not the one in the current directory... As far as SSH is concerned, the ProxyCommand is simply a shell command - even if it just invokes ssh... -- Karl E. Jorgensen -- You received this message because you are subscribed to the Google

Re: [ansible-project] how to set timeout for shell command

2014-09-22 Thread Karl E. Jorgensen
ex ansible-playbook test.yml -T 50 ex add timeout=10 on ansible.cfg There is also the shell command timeout (in Debian this is in the coreutils package, not sure about other distros) - which can enforce a timeout on a given shell command. Perhaps that can help too? -- Karl E. Jorgensen

Re: [ansible-project] ansible ovirt module

2014-08-13 Thread Karl E. Jorgensen
options, visit https://groups.google.com/d/optout. -- Karl E. Jorgensen -- 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 ansible-project+unsubscr

Re: [ansible-project] Is it possible to jump to the next task without waiting for any Reason Code / Output?

2014-08-06 Thread Karl E. Jorgensen
{{username}}:{{password}} Thank you in advance Best regards, Julián Jamardo -- Karl E. Jorgensen -- 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 ansible

Re: [ansible-project] Make it possible to nest connection plugins

2014-08-01 Thread Karl E. Jorgensen
This should allow you to use ssh (and scp for that matter) to interact directly with the jailed host. And Ansible should be able to take advantage of that. Hope this helps -- Karl E. Jorgensen -- You received this message because you are subscribed to the Google Groups Ansible Project group

Re: [ansible-project] Re: How to detect why Ansible playbook hangs during execution

2014-07-24 Thread Karl E. Jorgensen
-- Karl E. Jorgensen -- 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 ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to ansible

Re: [ansible-project] Tomcat startup.sh script works from shell but not with ansible

2014-02-11 Thread Karl E. Jorgensen
detach from the TTY? IIRC failure to do so can keep the SSH session open. Or alternatively: Break the offending process (tomcat) when ssh is killed... If you start tomcat from a normal login shell, and run ps -ef|grep tomcat (or similar), it should not be associated with your login tty... -- Karl E