Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedatabaseme/manage_fritzbox
An Ansible Playbook Set to manage an AVM Fritzbox Router or Repeater
https://github.com/thedatabaseme/manage_fritzbox
ansible connection-info fritzbox reboot
Last synced: 29 days ago
JSON representation
An Ansible Playbook Set to manage an AVM Fritzbox Router or Repeater
- Host: GitHub
- URL: https://github.com/thedatabaseme/manage_fritzbox
- Owner: thedatabaseme
- Created: 2021-08-05T17:28:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T20:08:01.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T07:25:09.249Z (over 1 year ago)
- Topics: ansible, connection-info, fritzbox, reboot
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Manage_Fritzbox
=========This Playbook enables you to Reboot your AVM Fritzbox or any AVM WLAN Repeater.
In the future, there are plans to add several other Playbooks.Requirements
------------- Ansible 2.7
Example Playbook run
----------------An example Playbook Call looks like this. Ofcourse you may want to specify the Variables within your Playbook or within your Inventory:
You can specify a List of IP Adresses when calling the Playbook. Each of which will be rebootet.- ansible-playbook reboot_fritzbox.yml -e "fritzbox_user=myuser fritzbox_password=supersecret ip_list=192.168.178.2" -k -K -u
Be aware, that the Playbook runs on the Ansible Execution Node itself. So you have to provide the OS User of your local machine and the corresponding password.
Author Information
------------------This Role is created by P. Haberkern (thedatabaseme)