{"id":31847931,"url":"https://github.com/wireapp/ansible-sft","last_synced_at":"2026-02-18T18:31:48.316Z","repository":{"id":42649163,"uuid":"275805362","full_name":"wireapp/ansible-sft","owner":"wireapp","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-23T09:37:43.000Z","size":200,"stargazers_count":0,"open_issues_count":11,"forks_count":3,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-19T19:35:16.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wireapp.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-29T12:16:05.000Z","updated_at":"2024-10-23T09:37:45.000Z","dependencies_parsed_at":"2024-10-23T13:38:01.054Z","dependency_job_id":null,"html_url":"https://github.com/wireapp/ansible-sft","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/wireapp/ansible-sft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fansible-sft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fansible-sft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fansible-sft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fansible-sft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wireapp","download_url":"https://codeload.github.com/wireapp/ansible-sft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fansible-sft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29589478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-10-12T09:58:38.370Z","updated_at":"2026-02-18T18:31:48.300Z","avatar_url":"https://github.com/wireapp.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"SFT - Selective Forwarding TURN\n===============================\n\n### Prerequisites\n\n* Ubuntu 18.04 or Ubuntu 22.04\n\n### About this repository\n\nThe layout of this repository is structured with a new Ansible feature in mind that is called `collection`. However, the\ncontent only supports Ansible __2.7__ (for now). To already allow structural elements like `./roles`, some\n[workarounds](https://github.com/ansible/ansible/issues/16804) have been applied, namely an almost empty `meta/main.yml`.\n\nWhen we will start to support 2.9, the main TODO is to fully adapt the official structure mentioned in the docs:\n\n* [usage](https://docs.ansible.com/ansible/2.9/user_guide/collections_using.html)\n* [development](https://docs.ansible.com/ansible/2.9/dev_guide/developing_collections.html)\n\nUntil then, to use one or more roles from this repository installed with `ansible-galaxy`, the proposed workaround is\nto extend `roles_path` with a *\"deep link\"* pointing to the location where it was downloaded to, e.g. \n`$GALAXY_INSTALL_PATH/ansible-sft/roles`.\n\n\n### Development setup\nNote: This is only supported on Ubuntu 18.04 based machines.\n\n* Install [poetry](https://python-poetry.org/docs/)\n* run `poetry install` anywhere inside the git checkout folder to install the current dependencies.\n* (`poetry update` can be used to re-generate the .lock file after making changes to dependencies)\n\n### Test this role using molecule\nNote: This is only supported on Ubuntu 18.04 based machines.\n\nEnsure you have hetzner cloud credentials:\n\n```\nenv | grep HCLOUD_TOKEN \u003e /dev/null || echo \"[ERROR] Missing HCLOUD_TOKEN\" \u0026\u0026 exit 1\n```\n\nAt the moment, you also need AWS credentials in order to create DNS records. FUTUREWORK: remove dependency on AWS credentials.\n\nTo start with, create a random number for your server (to avoid name clashes), and cd to the right directory:\n\n```\nexport INSTANCE_UUID=$RANDOM\ncd roles/sft-server\n```\n\nchoose one scenario to run:\n\n```\nexport SCENARIO=default\n# or\nexport SCENARIO=without-metrics\n```\n\ncreate a server\n\n```\npoetry run molecule create -s \"$SCENARIO\"\n```\n\napply the playbook from molecule/default/create.yml (run as often as you want)\n\n```\npoetry run molecule converge -s \"$SCENARIO\"\n\n```\n\ndestroy the server (and apply the molecule/default/destroy.yml playbook)\n\n```\npoetry run molecule destroy -s \"$SCENARIO\"\n\n```\n\nall of the above (create, converge, idempotence, destroy)\n\n```\npoetry run molecule test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Fansible-sft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwireapp%2Fansible-sft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Fansible-sft/lists"}