User Tools

Site Tools


network_stuff:juniper:vqfx:playbook-housekeeping
# cat playbook-housekeeping.yml
- name: Apply configuration
  hosts: all
  connection: local
  gather_facts: no
  roles:
    - Juniper.junos
  tasks:
    - name: Deploy config to device ... please wait
      juniper_junos_config:
        ignore_warning: true
        load: set
        #format: "set"
        src: housekeeping.conf
network_stuff/juniper/vqfx/playbook-housekeeping.txt · Last modified: by 127.0.0.1