configurations-ansible/roles/yggdrasil
Claudio Maradonna 8fc2af5b58
fix #10
2023-03-16 23:01:51 +01:00
..
defaults better pihole role; change update_only and uninstall from variable to global tag; update accordingly dependent roles 2023-01-11 17:44:16 +01:00
handlers init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
meta better pihole role; change update_only and uninstall from variable to global tag; update accordingly dependent roles 2023-01-11 17:44:16 +01:00
tasks fix #10 2023-03-16 23:01:51 +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 better pihole role; change update_only and uninstall from variable to global tag; update accordingly dependent roles 2023-01-11 17:44:16 +01:00

README.md

yggdrasil

This role install/ uninstall yggdrasil for target

Requirements

.

Role Variables

Respond to:

  • yggdrasil_enabled (boolean): If true install yggdrasil
  • yggdrasil_sshd_enabled (boolean): If true enable sshd access through Yggdrasil
  • yggdrasil_peers_list_url (url): a remote file that contains the Peers section of yggdrasil configuration

Role Tags

  • global.update_only: If present will update only the peers
  • global.uninstall: If present 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