{"id":16709475,"url":"https://github.com/mrlesmithjr/ansible-openstack-openrc","last_synced_at":"2026-05-20T02:49:55.459Z","repository":{"id":142637184,"uuid":"96157725","full_name":"mrlesmithjr/ansible-openstack-openrc","owner":"mrlesmithjr","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-03T23:31:20.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T17:48:00.617Z","etag":null,"topics":["ansible","ansible-role","openrc","openstack"],"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/mrlesmithjr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-07-03T23:31:08.000Z","updated_at":"2017-07-03T23:31:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"e96e13a9-1bc8-4604-b487-97bbca168e94","html_url":"https://github.com/mrlesmithjr/ansible-openstack-openrc","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/mrlesmithjr%2Fansible-openstack-openrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fansible-openstack-openrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fansible-openstack-openrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fansible-openstack-openrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrlesmithjr","download_url":"https://codeload.github.com/mrlesmithjr/ansible-openstack-openrc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243672370,"owners_count":20328762,"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":["ansible","ansible-role","openrc","openstack"],"created_at":"2024-10-12T20:04:54.189Z","updated_at":"2026-05-20T02:49:55.424Z","avatar_url":"https://github.com/mrlesmithjr.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\n\u003e **This project is archived and no longer maintained.**\n\u003e Archived: 2026-03-26\n\u003e Reason: OpenStack deployment automation from ~2017; outdated\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**  *generated with [DocToc](https://github.com/thlorenz/doctoc)*\n\n- [ansible-openstack-openrc](#ansible-openstack-openrc)\n  - [Info](#info)\n  - [Requirements](#requirements)\n  - [Role Variables](#role-variables)\n  - [Dependencies](#dependencies)\n  - [Example Playbook](#example-playbook)\n  - [License](#license)\n  - [Author Information](#author-information)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n# ansible-openstack-openrc\n\nAn [Ansible](https://www.ansible.com) role to configure [OpenStack](https://www.openstack.org/)\n`openrc` and `clouds.yaml` files to use for management.\n\n## Info\n\n-   [openrc](https://docs.openstack.org/user-guide/common/cli-set-environment-variables-using-openstack-rc.html)\n-   [clouds.yaml](https://docs.openstack.org/developer/os-client-config/)\n\n## Requirements\n\nNone\n\n## Role Variables\n\n```yaml\n---\n# defaults file for ansible-openstack-openrc\n\n# Define openrc clouds definitions\n# These will be used to generate the following:\n# $HOME/username-openrc\n# $HOME/.config/openstack/clouds.yaml\n#\n# Generate passwords using:\n# openssl rand -hex 10\nopenstack_openrc_clouds:\n  - name: 'default'\n    auth_url: 'http://127.0.0.1:35357/v3'\n    endpoint_type: 'internalURL'\n    identity_api_version: 3\n    interface: 'internal'\n    password: []\n    project_domain_name: 'Default'\n    project_name: 'admin'\n    region_name: 'RegionOne'\n    tenant_name: 'admin'\n    user_domain_name: 'Default'\n    username: 'admin'\n```\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\n```yaml\n---\n- hosts: openstack\n  vars:\n  roles:\n    - role: ansible-openstack-openrc\n  tasks:\n```\n\n## License\n\nMIT\n\n## Author Information\n\nLarry Smith Jr.\n\n-   [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)\n-   [EverythingShouldBeVirtual](http://www.everythingshouldbevirtual.com)\n-   mrlesmithjr [at] gmail.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlesmithjr%2Fansible-openstack-openrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrlesmithjr%2Fansible-openstack-openrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlesmithjr%2Fansible-openstack-openrc/lists"}