Advertisement
Guest User

Untitled

a guest
Dec 13th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. # playbook.yml
  2. - hosts: myserver
  3. roles:
  4. - openwisp.openwisp2-imagegenerator
  5. vars:
  6. openwisp2fw_source_dir: /home/michele/openwisp2-firmware-source
  7. openwisp2fw_generator_dir: /home/michele/openwisp2-firmware-generator
  8. openwisp2fw_bin_dir: /home/michele/openwisp2-firmware-builds
  9. openwisp2fw_organizations:
  10. - name: snakeoil # name of the org
  11. flavours: # supported flavours
  12. - standard
  13. luci_openwisp: # /etc/config/luci_openwisp
  14. # other config keys can be added freely
  15. username: "operator"
  16. # "password" string encrypted
  17. password: "$1$openwisp$iQpdG2IrO4lya98cODuUB/"
  18. salt: "openwisp"
  19. openwisp: # /etc/config/openwisp
  20. # other config keys can be added freely
  21. url: "https://my-openwisp2-instance.com"
  22. secret: "my-openwisp2-secret"
  23. unmanaged: "{{ openwisp2fw_default_unmanaged }}"
  24. # encrypted password that will be put in /etc/shadow
  25. root_password: "$1$8YoE5Fl2$N49pL.Pa.6/fZ/E/f/afw/" # encrypted version of "myPassword"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement