configurations-ansible/roles/yggdrasil
2023-01-03 11:22:26 +01:00
..
defaults update yggdrasil role with a dynamic configuration. add new global variable to be used in combination with specific role to skip installation phases 2023-01-03 11:22:26 +01:00
handlers init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
meta init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
tasks update yggdrasil role with a dynamic configuration. add new global variable to be used in combination with specific role to skip installation phases 2023-01-03 11:22:26 +01:00
tests init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
vars init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
.travis.yml init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
README.md update yggdrasil role with a dynamic configuration. add new global variable to be used in combination with specific role to skip installation phases 2023-01-03 11:22:26 +01:00

yggdrasil

This role install/ uninstall yggdrasil for target

Requirements

.

Role Variables

Respond to:

  • update_only (boolean)

  • 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)

  • yggdrasil_peers_list_url (url): a remote file that contains the Peers section of yggdrasil configuration

Dependencies

.

Example Playbook

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

License

GPLv3

Author Information