[ansible-project] Re: Notifying handler only once

2014-04-08 Thread Timur Batyrshin
Hi, I've posted a similar message earlier: https://groups.google.com/forum/#!topic/ansible-project/8FqZwqqyyeU But haven't got any replies to it. And here is a bit earlier ticket with Michael's answer: https://github.com/ansible/ansible/issues/5634 If you find the way to solve your issue

[ansible-project] Re: Bootstrap, passwords, etc. making the process scalable

2014-02-04 Thread Timur Batyrshin
Hi, DigitalOcean supports authorizing by SSH keys. Using those is more secure and easy than using passwords so you'd better try that instead unless you have good reasons for using passwords. Regards, Timur воскресенье, 2 февраля 2014 г., 3:04:24 UTC+4 пользователь Randy Kahle написал: I

[ansible-project] stacking delegated handlers

2014-01-16 Thread Timur Batyrshin
Hi, (This is a followup to https://github.com/ansible/ansible/issues/5634) Is there a way to stack delegated handlers? When the handler is delegated to some host and several hosts kick that handler it is triggered several times instead of once. It is perfectly valid when the handler in its