{"id":20110774,"url":"https://github.com/dell/ansible-datadomain","last_synced_at":"2025-06-20T04:08:41.361Z","repository":{"id":150297521,"uuid":"555015014","full_name":"dell/ansible-datadomain","owner":"dell","description":"Ansible collection for DataDomain","archived":false,"fork":false,"pushed_at":"2024-02-23T20:07:19.000Z","size":290,"stargazers_count":5,"open_issues_count":4,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-09-20T00:05:57.313Z","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/dell.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}},"created_at":"2022-10-20T19:57:23.000Z","updated_at":"2024-04-07T15:42:42.000Z","dependencies_parsed_at":"2024-02-20T17:27:21.308Z","dependency_job_id":"d2624fd2-4801-4664-98c6-ada90358aabf","html_url":"https://github.com/dell/ansible-datadomain","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/dell%2Fansible-datadomain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fansible-datadomain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fansible-datadomain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fansible-datadomain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dell","download_url":"https://codeload.github.com/dell/ansible-datadomain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224499885,"owners_count":17321605,"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-13T18:13:36.413Z","updated_at":"2024-11-13T18:13:37.170Z","avatar_url":"https://github.com/dell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DellEMC Data Domain Ansible Collection\n\nAnsible collection is used to get, create, modify or delete the Data Domain resources to automate the configuration tasks easy and fast.\n\u003e **Note that the modules in this collection do not support idempotency.**\n\n## Pre-requisites\n\n  - Python V3.8 or higher\n  \n## Installation of Ansible Collection\n\n  Use below command to install the collection.\n\n  `ansible-galaxy collection install git+https://github.com/dell/ansible-datadomain.git`\n\n  Install all packages from the requirements.txt file\n  \n  `pip install -r pip install \u003ccollection-install-path\u003e/dellemc/datadomain/requirements.txt`\n\n## Inventory file\n\n  Build the inventory file as below\n  ```\n  [dd]\n  10.150.15.9\n\n  [dd:vars]\n  ansible_port = 22\n  ansible_user = sysadmin\n  private_key_file = /root/.ssh/id_rsa\n\n  ```\n  If you want to use user password instead of rsa certificate authentication, use `ansible_ssh_pass` parameter to specify password and remove `private_key_file` parameter. e.g \n  \n  ```\n  [dd]\n  10.150.15.9\n\n  [dd:vars]\n  ansible_port = 22\n  ansible_user = sysadmin\n  ansible_ssh_pass = 'password'\n\n  ```\n  \n##  Ansible Playbook\nTo make the rest api call or ssh call from the host you are running the playbook; use below parameter at the top of the playbook\n\n`connection: local`\n\n## Sample Playbook\n\n  ```\n- name: Data Domain Playbook.\n    hosts: dd\n    connection: local\n    gather_facts: false\n\n    tasks:\n      - name: Create Share\n        dellemc.datadomain.cifs:\n            state: create\n            share: backup_share\n            clients: '*'\n            path: /backup\n        register: status\n\n      - debug:\n          msg: \"{{ status }}\"\n  ```\n## Documentation for the collection.\n\nModule specific document can be found here - https://github.com/dell/ansible-datadomain/blob/main/docs/document.md\n\n\n#Copyright ©️ 2022 Dell Inc. or its subsidiaries.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fansible-datadomain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdell%2Fansible-datadomain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fansible-datadomain/lists"}