{"id":20022913,"url":"https://github.com/lfkdev/ansible-link-role","last_synced_at":"2026-03-05T19:42:23.231Z","repository":{"id":246388963,"uuid":"820060180","full_name":"lfkdev/ansible-link-role","owner":"lfkdev","description":"Ansible role for ansible-link","archived":false,"fork":false,"pushed_at":"2024-06-28T13:13:39.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T16:36:59.335Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lfkdev.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":"2024-06-25T18:05:19.000Z","updated_at":"2024-06-28T13:13:42.000Z","dependencies_parsed_at":"2024-06-27T18:58:20.089Z","dependency_job_id":"5fa61292-dd1a-497a-b68e-0f15033d526c","html_url":"https://github.com/lfkdev/ansible-link-role","commit_stats":null,"previous_names":["lfkdev/ansible-link-role"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdev%2Fansible-link-role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdev%2Fansible-link-role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdev%2Fansible-link-role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdev%2Fansible-link-role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lfkdev","download_url":"https://codeload.github.com/lfkdev/ansible-link-role/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241455379,"owners_count":19965602,"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-13T08:43:46.848Z","updated_at":"2025-11-26T19:01:11.699Z","avatar_url":"https://github.com/lfkdev.png","language":"Jinja","readme":"# Ansible-Link Role\n\nRole to install and configure [Ansible-Link](https://github.com/lfkdev/ansible-link). For now only the debian family is supported.\n\n## Requirements\n\nNone, simply add the role to your ansible-node playbook\n```yaml\n- hosts: my-ansible-node\n  roles:\n    - role: lfkdev.ansible_link\n```\nAnsible-Link needs access to your playbooks (e.g. `/etc/ansible`).\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n---\n```yaml\nansible_link_version: \"1.2.5\"\n```\nThe version of Ansible Link to install. This should match a release version from the Ansible Link GitHub releases.\n\n```yaml\nansible_link_dir: \"/srv/ansible-link\"\n```\n\nThe directory where Ansible Link will be installed.\n\n```yaml\nansible_link_venv: \"{{ ansible_link_dir }}/.venv\"\n```\nThe path to the Python virtual environment for Ansible Link.\n\n```yaml\nansible_link_user: root\nansible_link_group: root\n```\nThe user and group under which Ansible Link will run. (make sure this user can run your ansible-playbooks)\n\n```yaml\nansible_link_webhook_url: \"\"\nansible_link_webhook_type: \"slack\"\nansible_link_webhook_timeout: \"5\"\n```\nConfiguration for webhook notifications. Set ansible_link_webhook_url to enable notifications.\n\n```yaml\nansible_link_host: \"127.0.0.1\"\nansible_link_port: \"5001\"\n```\nThe host and port on which Ansible Link will listen.\n\n```yaml\nansible_link_ansible_output: false\nansible_link_omit_event_data: false\nansible_link_only_failed_event_data: false\n```\nConfigure Ansible output and event data handling.\n\n```yaml\nansible_link_playbook_dir: \"/etc/ansible/\"\nansible_link_inventory_file: \"/etc/ansible/environments/hosts\"\n```\nThe directory containing Ansible playbooks and the inventory file path.\n\n```yaml\nansible_link_job_storage_dir: \"/var/lib/ansible-link/job-storage\"\n```\nThe directory where Ansible Link will store job data.\n\n```yaml\nansible_link_log_level: \"INFO\"\n```\nSet the log level for Ansible Link.\n\n```yaml\nansible_link_playbook_whitelist: []\n```\nA list of playbooks that are allowed to be executed. An empty list allows all playbooks.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfkdev%2Fansible-link-role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfkdev%2Fansible-link-role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfkdev%2Fansible-link-role/lists"}