User Tools

Site Tools


network_stuff:juniper:vqfx:playbook-housekeeping

This is an old revision of the document!


# 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.1576671091.txt.gz · Last modified: (external edit)