ansible
IP Management using the Nodegrid
Introduction: In a LAB or network environment, being able to determine which IP are used and what devices are connected to help IT, LAB Managers with new IP assignment. the Nodegrid Manager have the ability to scan the network for IP addresses ...
Nodegrid RESTful API's: How to paginate requests
Nodegrid's RESTful API's: How to paginate requests Nodegrid's RESTful API's support pagination. Pagination is used to break down larger datasets into smaller pages. Each page is then requested separately. This helps to improve the system performance. ...
Ansible configuration on remote Nodegrid devices
Ansible playbook can be used to automate remote devices. Every remote device needs to have one ansible user to apply the automation. Follow this script to have complete configuration of ansible user, ssh keys, sudo permission on remote Nodegrid ...
Perform local backup on target Nodegrid with Ansible
Ansible can be used to save current configuration of Nodegrid device and saved as a backup file. In local backup, the saved configuration will be saved locally in the Nodegrid. This is the template file one needs for this task: localbackup.j2 Here ...