[ansible-project] Ansible Tower - Job Type: Check with --diff

2016-11-08 Thread Lance Le Roux
I am using junos_check and like to run my playbook with the --check --diff arguments as it returns what configuration changes will actually be applied to the network device. i.e. [edit system arp] - aging-timer 240; + aging-timer 40; However when using Ansible Tower with the Job Type: "Che

Re: [ansible-project] Juniper Network Automation using Ansible Tower Network Credentials

2016-11-01 Thread Lance Le Roux
ith Tower > credentials are the Junos modules in core. > > On Fri, Oct 28, 2016 at 1:00 PM, Lance Le Roux > wrote: > >> I am trying to use the network credentials in Ansible Tower however it >> doesn't seem to work. I am using variable ANSIBLE_NET_USERNAME and >>

[ansible-project] Juniper Network Automation using Ansible Tower Network Credentials

2016-10-28 Thread Lance Le Roux
I am trying to use the network credentials in Ansible Tower however it doesn't seem to work. I am using variable ANSIBLE_NET_USERNAME and ANSIBLE_NET_PASSWORD however they don't exist when I run my template. playbook.yaml --- - name: Get Device Facts hosts: all roles: - Juniper.junos c