{"id":20314528,"url":"https://github.com/release-engineering/dockpulp-ansible","last_synced_at":"2025-09-10T20:42:40.107Z","repository":{"id":43894157,"uuid":"427020726","full_name":"release-engineering/dockpulp-ansible","owner":"release-engineering","description":"ansible modules to manage dockpulp","archived":false,"fork":false,"pushed_at":"2023-01-10T02:10:29.000Z","size":31,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-01T04:33:53.229Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/release-engineering.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-11T13:58:33.000Z","updated_at":"2025-01-30T18:17:51.000Z","dependencies_parsed_at":"2023-02-08T16:30:42.284Z","dependency_job_id":null,"html_url":"https://github.com/release-engineering/dockpulp-ansible","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fdockpulp-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fdockpulp-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fdockpulp-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fdockpulp-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/release-engineering","download_url":"https://codeload.github.com/release-engineering/dockpulp-ansible/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818843,"owners_count":20025209,"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-14T18:15:43.472Z","updated_at":"2025-03-04T08:43:29.216Z","avatar_url":"https://github.com/release-engineering.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Install from Ansible Galaxy\n---------------------------\n\nWe distribute dockpulp-ansible through the `Ansible Galaxy\n\u003chttps://galaxy.ansible.com/release_engineering/dockpulp_ansible\u003e`_.\n\nIf you are using Ansible 2.9 or greater, you can `install\n\u003chttps://docs.ansible.com/ansible/latest/user_guide/collections_using.html\u003e`_\ndockpulp_ansible like:\n\n  ansible-galaxy collection install release_engineering.dockpulp_ansible\n\nThis will install the latest Git snapshot automatically. Use ``--force``\nupgrade your installed version to the latest version.\n\n\ndockpulp_repo\n--------------\n\nThe ``dockpulp_repo`` module can create, update dockpulp repo on dockpulp server. The env running\nthe playbook need to have dock-pulp installed\n\npip3 install --no-deps git+https://github.com/release-engineering/dockpulp.git@dockpulp-1.67-1\n\nand three configuration files for dockpulp server\n\n* dockpulp.conf\n\n* dockpulpdistributions.json\n\n* dockpulpdistributors.json\n\n\nThe playbook.yml file is a small playbook that simply loads our module:\n\n.. code-block:: yaml\n\n  - name: create dockpulp repositories on rhel9\n    hosts: localhost\n    collections:\n      - release_engineering.dockpulp_ansible\n    tasks:\n    - name: Add rhceph-4-tools-for-rhel-9-x86_64-rpms cdn repo\n      dockpulp_repo:\n        env: stage\n        dockpulp_user: fakeuser\n        dockpulp_password: fakeuserPassw0rd\n        repo_name: rhceph-4-rhel9\n        namespace: rhceph\n        content_url: /content/dist/containers/rhel9/multiarch/containers/redhat-rhceph-rhceph-4-rhel9\n        description: This is a test repo for create dockpulp repo\n        distribution: ga\n\nNext\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelease-engineering%2Fdockpulp-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelease-engineering%2Fdockpulp-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelease-engineering%2Fdockpulp-ansible/lists"}