Skip to content
Snippets Groups Projects
Commit ca5c3099 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Remove get_facts playbook

parent 4b647349
No related branches found
No related tags found
1 merge request!8Fix chassis template for vmx and other things
---
- hosts: all
user: admin
vars_files:
- /opt/ansible_inventory/group_vars/junos/device_access.yaml
tasks:
- name: collect default set of facts
junipernetworks.junos.junos_facts:
gather_subset: hardware
register: router_facts
- name: show facts
debug:
msg: "{{ router_facts }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment