{"id":25074881,"url":"https://github.com/farisc0de/ansible-role-dcagent","last_synced_at":"2026-01-08T08:32:52.955Z","repository":{"id":272183042,"uuid":"915565839","full_name":"farisc0de/ansible-role-dcagent","owner":"farisc0de","description":"Ansible Role to Install and Update ManageEngine Desktop Central Agent","archived":false,"fork":false,"pushed_at":"2025-01-30T16:46:44.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T08:47:25.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/farisc0de.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":"2025-01-12T07:35:11.000Z","updated_at":"2025-01-30T16:46:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"a841f9ac-78a7-417c-b921-d5513453dd45","html_url":"https://github.com/farisc0de/ansible-role-dcagent","commit_stats":null,"previous_names":["farisc0de/ansible-role-dcagent"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2Fansible-role-dcagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2Fansible-role-dcagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2Fansible-role-dcagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farisc0de%2Fansible-role-dcagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farisc0de","download_url":"https://codeload.github.com/farisc0de/ansible-role-dcagent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531983,"owners_count":20792735,"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":"2025-02-07T00:19:31.049Z","updated_at":"2026-01-08T08:32:52.913Z","avatar_url":"https://github.com/farisc0de.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Desktop Central Agent\n\nThis Ansible role installs and configures the ManageEngine Desktop Central Agent on Linux systems.\n\n## Supported Platforms\n\n- RedHat/CentOS 7, 8, 9\n- Ubuntu 20.04 (Focal), 22.04 (Jammy)\n- Debian 11 (Bullseye), 12 (Bookworm)\n\n## Requirements\n\n- Ansible 2.9 or higher\n- Valid Desktop Central Agent download URL\n\n## Role Variables\n\n```yaml\n# Required\ndc_agent_url: \"\"  # URL to download the agent package\n\n# Optional\ndc_agent_username: \"{{ ansible_user }}\"  # User to run the agent as\ndc_agent_install_dir: \"/home/{{ dc_agent_username }}\"  # Installation directory\ndc_force_install: false  # Force reinstallation if already installed\n```\n\n## Example Playbook\n\n```yaml\n- hosts: servers\n  vars:\n    dc_agent_url: \"https://your-dc-server:8040/agent/Linux/LinuxAgent.zip\"\n  roles:\n    - dcagent\n```\n\n## Role Structure\n\n```\ndcagent/\n├── defaults/\n│   └── main.yml         # Default variables\n├── meta/\n│   └── main.yml         # Role metadata and dependencies\n├── tasks/\n│   ├── main.yml         # Main tasks file\n│   ├── RedHat.yml       # RedHat family specific tasks\n│   ├── Debian.yml       # Debian family specific tasks\n│   └── install.yml      # Common installation tasks\n└── README.md\n```\n\n## License\n\nMIT\n\n## Author Information\n\nYour Name\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarisc0de%2Fansible-role-dcagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarisc0de%2Fansible-role-dcagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarisc0de%2Fansible-role-dcagent/lists"}