{"id":21296950,"url":"https://github.com/reddec/ansible-role-tinc-boot","last_synced_at":"2025-03-15T17:27:45.468Z","repository":{"id":81702442,"uuid":"215212039","full_name":"reddec/ansible-role-tinc-boot","owner":"reddec","description":"Role to install tinc-boot","archived":false,"fork":false,"pushed_at":"2019-10-16T06:57:26.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T00:06:38.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reddec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-15T05:13:03.000Z","updated_at":"2019-10-16T06:57:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"e95c4875-bb46-42ba-8e3c-4e3319210096","html_url":"https://github.com/reddec/ansible-role-tinc-boot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fansible-role-tinc-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fansible-role-tinc-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fansible-role-tinc-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fansible-role-tinc-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reddec","download_url":"https://codeload.github.com/reddec/ansible-role-tinc-boot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243765054,"owners_count":20344526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T14:31:17.086Z","updated_at":"2025-03-15T17:27:45.443Z","avatar_url":"https://github.com/reddec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Role Name\n=========\n\nEasy-install for tinc vpn and tinc-boot.\n\nRequirements\n------------\n\n* tar + gzip: for binary installation\n\nRole Variables\n--------------\n\n\n| Variable | Default value | Description |\n| -------- | ------------- | ----------- |\n| tinc_boot_network |  dnet |  network name (also interface name) |\n| tinc_boot_tinc_dir |  /etc/tinc |  location for configuration files (do not change if not sure) |\n| tinc_boot_bin_dir |  /usr/local/bin/ |  installation directory for the binary |\n| tinc_boot_port |  0 |  port for connections (tinc-boot will check availability; 0 means random) |\n| tinc_boot_name |  \"{{ ansible_hostname }}\" |  node name |\n| tinc_boot_mask |  16 |  routing IP mask (do not change if not sure) |\n| tinc_boot_prefix |  172.173 |  IP address prefix (should be same in mask) |\n| tinc_boot_public |  no |  is node public. If yes - will be used tinc_boot_address or ansible_default_ipv4 |\n| tinc_boot_address  |  '' |  custom node public address |\n| tinc_boot_services |  yes |  enable tinc service? |\n| tinc_boot_entry_group |  '' |  entry nodes - ansible inventory roles that can be used as point of key distribution |\n| tinc_boot_bootnode |  no |  setup node as a boot node |\n| tinc_boot_binding |  \"0.0.0.0:8655\" |  bootnode bindin address |\n| tinc_boot_token |  \"{{ lookup('password', '/dev/null chars=ascii_letters,digits') }}\" |  bootnode token |\n| tinc_boot_tls_key |  '' |   (optional) bootnode TLS path to key on local host |\n| tinc_boot_tls_cert |  '' |   (optional) bootnode TLS path to certificate on local host |\n| tinc_boot_certs_location |  \"/etc/ssl/certs/tinc-boot/{{ tinc_boot_network }}\" |  location to store TLS files on host |\n\n* `tinc_boot_network`, `tinc_boot_name` should contains only alphanumeric letters in lowercase.\n* To enable TLS for bootnode in addition to flag `tinc_boot_bootnode=yes`, `tinc_boot_tls_key` AND `tinc_boot_tls_cert` should be defined as pathes to local files. Files will be copied to `tinc_boot_certs_location`\n* If `tinc_boot_entry_group` defined Ansible will make keys exchange with all hosts in the group and rely on hostvars `tinc_boot_tinc_dir` (default: `/etc/tinc`) and `tinc_boot_network` (default: role `tinc_boot_network`).\n\n\nExample Playbook\n----------------\n\nPublic node:\n\n    - hosts: servers\n      roles:\n         - tinc_boot\n      vars:\n        tinc_boot_public: yes\n\nPrivate node:\n\n    - hosts: servers\n      roles:\n         - tinc_boot\n\nJoin to existent network (role - 'tinc'):\n\n    - hosts: servers\n      roles:\n         - tinc_boot       \n      vars:\n        tinc_boot_entry_group: tinc\n\nHow to test\n-----------\n\nBy vagrant `vagrant up --provision`\n\nReset by `vagrant destroy -f --parallel`\n\nLicense\n-------\n\nMPL-2.0\n\nAuthor Information\n------------------\n\nMade by author of tinc-boot itself","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddec%2Fansible-role-tinc-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freddec%2Fansible-role-tinc-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddec%2Fansible-role-tinc-boot/lists"}