{"id":49977778,"url":"https://github.com/smartgic/eda","last_synced_at":"2026-05-18T12:18:15.521Z","repository":{"id":211961556,"uuid":"730367263","full_name":"smartgic/eda","owner":"smartgic","description":"Smart'Gic Event Driven Ansible collection","archived":false,"fork":false,"pushed_at":"2023-12-12T16:54:39.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-29T10:49:36.583Z","etag":null,"topics":["aap","ansible","awx","collection","eda","event-driven-ansible","galaxy","websocket"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ui/repo/published/smartgic/eda/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartgic.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}},"created_at":"2023-12-11T19:12:30.000Z","updated_at":"2023-12-17T23:56:42.000Z","dependencies_parsed_at":"2024-01-01T10:07:12.129Z","dependency_job_id":"47babaed-1899-442b-9b22-7682815adb3c","html_url":"https://github.com/smartgic/eda","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"5925daba8bd8fbd6cfc78186c7e1fec1f58af83b"},"previous_names":["smartgic/eda"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/smartgic/eda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartgic%2Feda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartgic%2Feda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartgic%2Feda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartgic%2Feda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartgic","download_url":"https://codeload.github.com/smartgic/eda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartgic%2Feda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33177586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["aap","ansible","awx","collection","eda","event-driven-ansible","galaxy","websocket"],"created_at":"2026-05-18T12:18:13.133Z","updated_at":"2026-05-18T12:18:15.507Z","avatar_url":"https://github.com/smartgic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Driven Automation Collection\n\nThis collection was born with the idea to group some plugins and resources that can be helpful in extending the Event Driven Automation collection.\n\n## Plugins\n\nThe following plugins are included in this collection:\n\n| Name                     | Description                      |\n| ------------------------ | -------------------------------- |\n| `smartgic.eda.websocket` | Listen to a websocket for events |\n\n### Usage\n\nA sample rulebook using `smartgic.eda.websocket` source plugin is shown below:\n\n```yaml\n---\n- name: Demo rules with websocket as source\n  hosts: all\n\n  sources:\n    - name: websocket\n      smartgic.eda.websocket:\n        host: \"{{ websocket_host | default('127.0.0.1') }}\"\n        port: \"{{ websocket_port | default(8181) }}\"\n        path: \"{{ websocket_path | default('/core') }}\"\n\n  rules:\n    - name: Run job template\n      condition: event.type == \"ovos-skill-personal.OpenVoiceOS:WhoMadeYou.intent\"\n      action:\n        run_job_template:\n          name: OVOS History\n          organization: Default\n          job_args:\n            extra_vars:\n              which_user: Gaetan\n          retries: 2\n          delay: 10\n```\n\nIn order to pass the `extra_vars` make sure to check *\"Prompt on Launch\"* within the job template, *cf:* https://github.com/ansible/ansible-rulebook/issues/622\n\n## Build DE (Decision Environment)\n\nIn order to get the collection build within the decision environment, please follow the steps below:\n\n```shell\ngit clone https://github.com/smartgic/eda.git\ncd eda\npip install ansible-builder\nansible-builder build -f decision-environment.yml -t smartgic/de-custom:latest -t smartgic/de-custom:1.0.2\npodman push smartgic/de-custom:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartgic%2Feda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartgic%2Feda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartgic%2Feda/lists"}