ansible-openwisp2 | Ansible role that installs and upgrades OpenWISP
kandi X-RAY | ansible-openwisp2 Summary
kandi X-RAY | ansible-openwisp2 Summary
Like OpenWISP? Find out how to help us!.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Configure the loggers .
ansible-openwisp2 Key Features
ansible-openwisp2 Examples and Code Snippets
Community Discussions
Trending Discussions on ansible-openwisp2
QUESTION
We have a new open source ansible role that automates compilation of some custom router (OpenWRT) images called openwisp2-image-generator
The root password of the root user can be defined in the playbook YAML, but the process to do so is cumbersome.
I would like to let users to define their password and salt in clear text on the YAML and then behind the scene do something like:
...ANSWER
Answered 2017-Jan-31 at 10:57There is local_action
module in ansible, you should be fine to run it locally.
Example from http://docs.ansible.com/ansible/playbooks_delegation.html
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ansible-openwisp2
For the sake of simplicity, the easiest thing is to install this role on your local machine via ansible-galaxy (which was installed when installing ansible), therefore run:. Ensure that you have correct version of [community.general](https://github.com/ansible-collections/community.general) collection installed.
If you need to modify the logic of this ansible role and you need to test your changes here we explain how to do it. First of all, create the directory where you want to place the repositories of the ansible roles and create directory roles.
[Create inventory file](#create-inventory-file)
[Create playbook file](#create-playbook-file)
[Run the playbook](#run-the-playbook)
If you want to try out OpenWISP 2 in your own development environment, the safest way is to use a VirtualBox Virtual Machine (from here on VM).
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page