configurations-ansible/roles/yggdrasil
2022-11-21 17:54:00 +01:00
..
defaults fix typo inside multiple README; update last READMEs; update yggdrasil task to explicit uninstall yggdrasil with var 2022-11-21 17:54:00 +01:00
handlers
meta
tasks fix typo inside multiple README; update last READMEs; update yggdrasil task to explicit uninstall yggdrasil with var 2022-11-21 17:54:00 +01:00
tests
vars
.travis.yml
README.md fix typo inside multiple README; update last READMEs; update yggdrasil task to explicit uninstall yggdrasil with var 2022-11-21 17:54:00 +01:00

yggdrasil

This role install/ uninstall yggdrasil for target

Requirements

.

Role Variables

  • yggdrasil_enabled (boolean): If true install yggdrasil
  • yggdrasil_sshd_enabled (boolean): If true enable sshd access through Yggdrasil
  • yggdrasil_uninstall (boolean): if true yggdrasil will be removed from the system (requires yggdrasil_enabled to false)

Dependencies

.

Example Playbook

ansible-playbook -i inventory/example.yml handbook.yml --extra-vars="target=example_target" --tags yggdrasil

License

GPLv3

Author Information