[ansible-project] relayor: Ansible role to deploy tor relays - v0.2.1 released

2017-02-25 Thread nusenu
https://galaxy.ansible.com/nusenu/relayor/ https://github.com/nusenu/ansible-relayor relayor helps you to deploy tor relays. Supported operating systems: Debian 8, Debian Testing CentOS 7 OpenBSD 6.0 FreeBSD 10.3, 11.0 Ubuntu 16.04 Fedora 25 unfortunately I'm

[ansible-project] Re: Returning Data from a PS script

2017-02-25 Thread 'J Hawkesworth' via Ansible Project
I know i suggested writing a module, but one thing you can do which might be close to what you are trying is using a script to add custom facts to your systems. There's a nice write up of doing this here.

[ansible-project] Re: Windows installer fails via Ansible

2017-02-25 Thread 'J Hawkesworth' via Ansible Project
Rdp to the server and connecting to sql server is just one hop. Connecting from ansible to server and from server to sql server is a second hop, which is where the delegated credential becomes important. If you want to check if delegation is working, you could try writing a file to a share on

Re: [ansible-project] how to organize hosts

2017-02-25 Thread 'J Hawkesworth' via Ansible Project
Is deploying both apps to all UAT and production servers an option? Then the only thing that would need to be different is which machines the apps run on, which could be set in host vars. I guess if there is a lot of data that might be a problem, but disks cheaper than your time (hopefully).

[ansible-project] Re: Can't get expect to work - The pexpect python module is required

2017-02-25 Thread DJ
I would like to add another note for other potential users (including myself in the future) that may encounter this problem but may be attributed to a different root cause. I came across this problem and found out that it was due to the pexpect version difference. My ansible was running using

Re: [ansible-project] Template copy failing, no error reported but dest: doesn't exist....

2017-02-25 Thread Kai Stian Olstad
On 24. feb. 2017 23:04, Robert L. Harris wrote: I set up a template copy and it isn't working. I kept simpifying it until it is literally a src: and dest:. The output says it's OK, 1 changed, 0 failed. But when I look on the destination, there's no dest file. http://pastebin.com/yg5ue0CQ