Mitch Davis

Results 2 comments of Mitch Davis

This was a little premature it seems. Playbook functionality isn't quite where it needs to be. Adhoc seems to be OK, though. ``` PS C:\TFGROOT\Temp\NodeTest> node .\test.js Node-Ansbile Test Got...

Now with a playbook such as: ``` --- - hosts: cisco gather_facts: no connection: local tasks: - debug: msg="Testing Playbook Output" - name: RUN 'SHOW VERSION' ios_command: host: 192.168.168.1 username:...