[ansible-project] Re: ssh transport and windows

2019-04-07 Thread sergey . mihailov
Actually, if you install NET.Core in Windows, as far as I understand, the ssh input will interact with the powershell. https://docs.microsoft.com/en-us/dotnet/core/ I will not say anything, the developers know better ... суббота, 6 апреля 2019 г., 21:06:21 UTC+4 пользователь Varun Chopra написал

[ansible-project] Re: ssh transport and windows

2019-04-07 Thread sergey . mihailov
Thank. I will wait for release 2.8 воскресенье, 7 апреля 2019 г., 0:08:00 UTC+4 пользователь Jordan Borean написал: > > Until you upgrade to Ansible 2.8 (currently has an alpha1 release) this > won’t work. Experimental support for using SSH with Windows was added with > https://github.com/ansi

[ansible-project] ssh transport and windows

2019-04-06 Thread sergey . mihailov
Hello. I am aware of the support for SSH in Windows 2019 and Windows 10. I installed the OpenSSH in Windows 8.1 and tried to enter it. All is well. But if you turn on ssh transport in ansable, then nothing works :( 1. I have not done something in Windows 8.1 and it works in Windows 2019 and Wind

Re: [ansible-project] var for --ask-pass ?

2019-04-05 Thread sergey . mihailov
sorry! !!! I made error :( I run : ansible-playbook win_install_ascon.yml --ask-pass --ask-become-pass pass enter enter ALL WORKS. THANK YOU VERY MUCH четверг, 4 апреля 2019 г., 23:40:38 UTC+4 пользователь Brian Coca написал: > > if you do --ask-pass and --ask-become-password, you only need to

Re: [ansible-project] var for --ask-pass ?

2019-04-05 Thread sergey . mihailov
sorry. ansible-playbook win_install_ascon.yml --ask-pass --ask-become-password Usage: ansible-playbook [options] playbook.yml [playbook2 ...] ansible-playbook: error: no such option: --ask-become-password четверг, 4 апреля 2019 г., 23:40:38 UTC+4 пользователь Brian Coca написал: > > if you do --

Re: [ansible-project] var for --ask-pass ?

2019-04-05 Thread sergey . mihailov
sorry: FAILED! => {"msg": "The field 'become_pass' has an invalid value, which includes an undefined variable. The error was: 'ansible_password' is undefined"} четверг, 4 апреля 2019 г., 17:21:16 UTC+4 пользователь James Cassell написал: > > > On Thu, Apr 4, 2019, at 2:18 AM, sergey@gmail.c

Re: [ansible-project] var for --ask-pass ?

2019-04-03 Thread sergey . mihailov
its for windows. Those are not possible to take one variable from the command line and I will have to type the same password twice? четверг, 4 апреля 2019 г., 10:36:58 UTC+4 пользователь Raghavendra Rao написал: > > On Thu, 4 Apr 2019 at 11:49, > wrote: > >> I start playbook : ansible-playbook

[ansible-project] var for --ask-pass ?

2019-04-03 Thread sergey . mihailov
I start playbook : ansible-playbook win_install_ascon.yml --ask-pass define in playbook: ... ansible_become_pass: "{{ remote_pass }}" ... OUT: ... FAILED! => {"msg": "The field 'become_pass' has an invalid value, which includes an undefined variable. The error was: 'remote_pass' is undefined"}