{"id":17700783,"url":"https://github.com/cdown/ansible-aur","last_synced_at":"2025-04-20T22:32:03.881Z","repository":{"id":26961224,"uuid":"30424404","full_name":"cdown/ansible-aur","owner":"cdown","description":"An Ansible module for the pacaur and yaourt package managers.","archived":true,"fork":false,"pushed_at":"2018-07-17T19:03:15.000Z","size":11,"stargazers_count":22,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T15:35:20.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdown.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}},"created_at":"2015-02-06T17:33:08.000Z","updated_at":"2024-11-10T22:26:48.000Z","dependencies_parsed_at":"2022-08-24T15:03:55.957Z","dependency_job_id":null,"html_url":"https://github.com/cdown/ansible-aur","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/cdown%2Fansible-aur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdown%2Fansible-aur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdown%2Fansible-aur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdown%2Fansible-aur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdown","download_url":"https://codeload.github.com/cdown/ansible-aur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249972875,"owners_count":21354079,"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-10-24T17:43:05.873Z","updated_at":"2025-04-20T22:32:03.617Z","avatar_url":"https://github.com/cdown.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*ansible-aur* is an ansible module to use some aur helpers.\n\nCurrently, we support the following AUR helpers:\n\n- pacaur (recommended, default)\n- yaourt\n\n## Usage\n\n1. Add as a submodule in your playbook:\n\n   ```\n   mkdir -p library/external_modules\n   git submodule add git://github.com/cdown/ansible-aur.git library/external_modules/ansible-aur\n   ```\n\n\n2. Link the binary to the base of `library/`:\n\n   ```\n   ln -s external_modules/ansible-aur/aur library/aur\n   ```\n\n3. Use it in a task, as in the following examples:\n\n   ```\n   # Install (using pacaur)\n   - aur: name=yturl\n     become:yes\n     become_user: some_user_that_has_nopasswd_in_sudoers_for_pacman_u\n\n   # Install (using yaourt)\n   - aur: name=yturl tool=yaourt\n     [...]\n\n   # Update (using pacaur)\n   - aur: update=yes auronly=yes\n     [...]\n\n   # Remove (can also be done with the pacman resource)\n   - aur: name=yturl state=absent\n     [...]\n\n   # Remove recursively (can also be done with the pacman resource)\n   - aur: name=yturl state=absent recurse=true\n     [...]\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdown%2Fansible-aur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdown%2Fansible-aur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdown%2Fansible-aur/lists"}