Re: [ansible-devel] Need help to understand the output of ansible-playbook

2016-11-17 Thread Brian Coca
you have 3 tasks, the 2 you defined and the implied 'fact gathering'.

host abc fact gathering fails so it is removed from play and you get 1
count of failed
host def is unreachable for fact gathering so you get 1 unreachable count
ghi works for all 3 tasks, shell always returns changed, so you get 3 OK,
one of them also changed


--
Brian Coca

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ansible-devel] Some question about the ansible 2.3 roadmap of Networking

2016-11-17 Thread jacky . gao2016


I have some question about the ansible 2.3 roadmap of Networking as below 
blue:

 

*Networking*

   - Persistent connection manager   è Does it supported by openssh? 
  - Netconf/YANG implementation (only feature)  è We now using ncclient 
  as netconf lib, does it work ok now? 
  - Deferred from 2.2: Network facts modules (sros)  è Do we must 
  develop facts module or not now ? 
   

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.