Re: [ansible-project] Firewall Rules Check with Ansible

2018-02-24 Thread Kai Stian Olstad
On Sunday, 25 February 2018 04.23.46 CET marcalfa1 wrote: > I had a chance to check the wait_for module. Let say my ansible controller > is HOST3 and I have two other VMs, let's call them HOST1 and HOST2. From > my ansible controller (HOST3), can I create a playbook to check if HOST1 > can

Re: [ansible-project] Firewall Rules Check with Ansible

2018-02-24 Thread marcalfa1
I had a chance to check the wait_for module. Let say my ansible controller is HOST3 and I have two other VMs, let's call them HOST1 and HOST2. From my ansible controller (HOST3), can I create a playbook to check if HOST1 can connect to HOST2 over port 80? If that's possible, is there an

Re: [ansible-project] Firewall Rules Check with Ansible

2018-02-22 Thread Kai Stian Olstad
On Thursday, 22 February 2018 22.26.38 CET marcalfa1 wrote: > I have a firewall with about 50 rules and constantly growing. Is there a > way I can create a playbook to test whether a source host can connect to a > destination host on a specific port? > If that is possible I can create a playbook