Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix onyx group vars #50

Merged
merged 2 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions group_vars/onyx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

ansible_connection: network_cli
ansible_network_os: onyx
gather_facts: false
become: true
become_method: enable
ansible_become: true
ansible_become_method: enable
10 changes: 0 additions & 10 deletions playbooks/configure_vlans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,7 @@

- name: Get Onyx LLDP tables
hosts: onyx
connection: network_cli
gather_facts: false
become: true
become_method: enable
vars:
ansible_network_os: onyx
roles:
- get_onyx_lldp

Expand All @@ -104,11 +99,6 @@

- name: Configure Onyx VLANs
hosts: onyx
connection: network_cli
gather_facts: false
become: true
become_method: enable
vars:
ansible_network_os: onyx
roles:
- configure_onyx_vlans
10 changes: 0 additions & 10 deletions playbooks/remove_vlans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@

- name: Get Onyx LLDP tables
hosts: onyx
connection: network_cli
gather_facts: false
become: true
become_method: enable
vars:
ansible_network_os: onyx
roles:
- get_onyx_lldp

Expand All @@ -67,11 +62,6 @@

- name: Remove Onyx allowed VLANs
hosts: onyx
connection: network_cli
gather_facts: false
become: true
become_method: enable
vars:
ansible_network_os: onyx
roles:
- remove_onyx_allowed_vlans