8000 GitHub - serverwrangler/ansible-ubiquiti: Ansible playbooks for use in configuring and maintaining Ubiquiti EdgeSwitches and other EdgeOS devices
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ansible playbooks for use in configuring and maintaining Ubiquiti EdgeSwitches and other EdgeOS devices

Notifications You must be signed in to change notification settings

serverwrangler/ansible-ubiquiti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run a simple play that backs up the existing config from an Ubiquiti Edgeswitch:

  • Run against all hosts/switches listed in the hosts inventory file
    • ansible-playbook -i hosts backupedgeswitch.yml
  • Run against only targeted group (dc2) of switches listed in the hosts inventory file
    • ansible-playbook --limit dc2 -i hosts backupedgeswitch.yml

How to run a playbook that backs up the Edgeswitch config and stores it into a repository in /tmp/backups:

  • Run against all hosts/switches listed in the hosts inventory file
    • ansible-playbook -i hosts edgeswitch.yml
  • Run against only targeted group (dc2) of switches listed in the hosts inventory file
    • ansible-playbook --limit dc2 -i hosts edgeswitch.yml

About

Ansible playbooks for use in configuring and maintaining Ubiquiti EdgeSwitches and other EdgeOS devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0