[ansible-project] How to get facts about firewall type?

2016-05-18 Thread Андрей Круглов
Hi, I have a lot of centos7 webservers with firewalld onboard and a lot of centos7 webservers with iptables onboard and i need to write role webserves, some parts are differ to different firewall type. Is a simple way to get fact about firewall presence (installed or not) and its type (firewal

[ansible-project] How clone git repository on windows using SSH keys and ssh-agent?

2016-09-06 Thread Андрей Круглов
Ansible has not git_win module (see here: https://groups.google.com/forum/#!searchin/ansible-project/git$20windows|sort:relevance/ansible-project/-uSBtqDPg0s/gPWlTlw3BwAJ ) I use msysgit to clone git repository under windows. Something like: - name: clone repositories > raw: C:\OpenServer\m

[ansible-project] Re: How clone git repository on windows using SSH keys and ssh-agent?

2016-09-06 Thread Андрей Круглов
Control host is Centos 7, clients -- Windows 10. I use msysgit, it has some wrappers in /cmd folder (git.exe, gitk.cmd and start-ssh-agent.cmd). Should i change git client on windows hosts? вторник, 6 сентября 2016 г., 17:44:36 UTC+3 пользователь Mike Fennemore написал: > > Which version of Win