zenected
zenected copied to clipboard
Ansible migration
Hi,
This is the project ported to Ansible. I still have to clean the code a bit, like using convention in the naming, using conventions for " or ', removing comments, but it seems to be working.
In order to test I use Vagrant (and Ansible): $ vagrant up $ ansible-playbook zenected.yml # -vvv for verbosity and select only some services with --tags "l2p,radius" $ vagrant destroy -f # once services tested
Let me know if there is any trouble!