{"id":13787241,"url":"https://github.com/ciscodevnet/ansible-dnac","last_synced_at":"2025-10-05T23:56:03.970Z","repository":{"id":142019823,"uuid":"189046193","full_name":"CiscoDevNet/ansible-dnac","owner":"CiscoDevNet","description":"Ansible Collection for automating operations using Cisco DNA Center","archived":false,"fork":false,"pushed_at":"2019-07-19T20:08:41.000Z","size":47,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":16,"default_branch":"devel","last_synced_at":"2025-05-22T17:34:42.724Z","etag":null,"topics":["ansible","ansible-collection","automation","cisco","devnet","dnac","network"],"latest_commit_sha":null,"homepage":"","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/CiscoDevNet.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-28T14:37:29.000Z","updated_at":"2025-03-25T14:05:29.000Z","dependencies_parsed_at":"2023-07-07T07:45:23.840Z","dependency_job_id":null,"html_url":"https://github.com/CiscoDevNet/ansible-dnac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CiscoDevNet/ansible-dnac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fansible-dnac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fansible-dnac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fansible-dnac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fansible-dnac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CiscoDevNet","download_url":"https://codeload.github.com/CiscoDevNet/ansible-dnac/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fansible-dnac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278537766,"owners_count":26003250,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ansible","ansible-collection","automation","cisco","devnet","dnac","network"],"created_at":"2024-08-03T20:00:31.836Z","updated_at":"2025-10-05T23:56:03.956Z","avatar_url":"https://github.com/CiscoDevNet.png","language":"Python","funding_links":[],"categories":["Automation"],"sub_categories":[],"readme":"# ansible-dnac\n\nThe `ansible-dnac` project provides an Ansible collection for automating tasks\nof the Cisco DNA Center server.  It provides a set of plugins and roles for\nperfoming tasks against the DNA Center server.\n\nNote: This collection is not compatible with versions of Ansible before 2.8\n\n\n## Requirements\n\n* Ansible 2.8 or later\n* Cisco Intent API 1.2 or later\n\n\n## Contributing\n\nContributions are strongly encourged from the Cisco DevNet community.  To \ncontribute to this collection simply fork the project in Github, create a new\nfeature and/or bugfix branch, make your changes and submit a pull request.\n\n\n## Running from source\n\nThis collection can be run from the source checkout.  To install the \ncollection issue the following command:\n\n```make install```\n\nThis command will install the collection to the local users Ansible collections\npath at ```~/.ansible/collections/ansible_collections/ciscodevnet/ansible_dnac```\n\nTo uninstall the collection issue the command:\n\n```make uninstall```\n\nOnce the collection is installed, you can use it in a playbook by specifying \nthe full namespace path to the module, plugin and/or role. \n\n```\n---\n- hosts: dnac\n  gather_facts: no\n\n  tasks:\n    - name: add devices to inventory\n      ciscodevnet.ansible_dnac.devices:\n        config:\n          - address: 1.2.3.4\n            username: ansible\n            password: ansible\n            snmp_ro_community: public\n            snmp_rw_community: private\n          - address: 5.6.7.8\n            username: ansible\n            password: ansible\n            snmp_ro_community: public\n            snmp_rw_communit\n      state: present\n```\n\n\n## License\n\nGPLv3\n\n\n## Contributors\n\n* Peter Sprygada (privateip) \u003cpsprygad@redhat.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fansible-dnac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciscodevnet%2Fansible-dnac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fansible-dnac/lists"}