Re: [ansible-project] Re: What would be the checkpoint firewall ansible_network_os

2019-07-29 Thread Tribhuvan Yadav
Hello Ganesh, It does support these modules. I have already tested in my test lab environment. It's just the production where i am getting these error messages and need help. Regards Tribs On Mon, Jul 29, 2019 at 7:33 PM Ganesh Nalawade wrote: > Checkpoint module shipped with ansible/ansible

Re: [ansible-project] Re: What would be the checkpoint firewall ansible_network_os

2019-07-29 Thread Ganesh Nalawade
Checkpoint module shipped with ansible/ansible does not support cli_command/cli_config modules or connection=network_cli Refer the supported checkpoint module here: https://docs.ansible.com/ansible/latest/modules/list_of_network_modules.html#checkpoint On Mon, Jul 29, 2019 at 6:02 PM Tribhuvan Yad

Re: [ansible-project] Re: What would be the checkpoint firewall ansible_network_os

2019-07-29 Thread Tribhuvan Yadav
Hello Ganesh, Below error is coming when using httpapi: TASK [trib_role : SHOW CONFIG] ** fat

Re: [ansible-project] Re: What would be the checkpoint firewall ansible_network_os

2019-07-29 Thread Tribhuvan Yadav
Hello Soniya, Thank you for the reply and all the information but here i am looking specifically for the checkpoint firewall os name which i should mention. ansible_network _os: ? (for checkpoint firewall) Regards Tribs On Mon, Jul 29, 2019 at 5:01 PM Soniya panwar wrote: > > Hello Tribhuva

[ansible-project] Re: What would be the checkpoint firewall ansible_network_os

2019-07-29 Thread Ganesh Nalawade
Try with: ansible_connection=httpapi ansible_network_os=checkpoint On Saturday, 27 July 2019 21:22:09 UTC+5:30, Tribhuvan Yadav wrote: > > any idea what should be the ansible_network_os for checkpoint. I am > getting below error while running my playbook > > TASK [SHOW COMMAND] > **

[ansible-project] Re: What would be the checkpoint firewall ansible_network_os

2019-07-29 Thread Soniya panwar
Hello Tribhuvan Yadav ansible_network_os informs Ansible which Network platform the hosts corresponds to. This is required when using ansible_connection=network_cli. For network_cli connection methods the ansible_network_os variable must be set. This variable informs Ansible which network platfo

[ansible-project] Re: What would be the checkpoint firewall ansible_network_os

2019-07-29 Thread Soniya panwar
Hello Tribhuvan Yadav ansible_network_os informs Ansible which Network platform the hosts corresponds to. This is required when using ansible_connection=network_cli. For network_cli connection methods the ansible_network_os variable must be set. This variable informs Ansible which network pl