ah_configuration

所属分类:C/C++基础
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-06-26 18:13:07
上 传 者sh-1993
说明:  用于配置自动化中心的模块和角色的集合
(Collection of modules and roles to configure Automation Hub)

文件列表:
galaxy_collection-devel/ (0, 2023-12-12)
galaxy_collection-devel/.ansible-lint (978, 2023-12-12)
galaxy_collection-devel/.flake8 (68, 2023-12-12)
galaxy_collection-devel/.markdownlint.yml (466, 2023-12-12)
galaxy_collection-devel/.mlc_config.json (225, 2023-12-12)
galaxy_collection-devel/.pre-commit-config.yaml (927, 2023-12-12)
galaxy_collection-devel/.yamllint.yml (596, 2023-12-12)
galaxy_collection-devel/CHANGELOG.rst (8666, 2023-12-12)
galaxy_collection-devel/COPYING (34500, 2023-12-12)
galaxy_collection-devel/STANDARDS.md (1027, 2023-12-12)
galaxy_collection-devel/bindep.txt (13, 2023-12-12)
galaxy_collection-devel/changelogs/ (0, 2023-12-12)
galaxy_collection-devel/changelogs/.plugin-cache.yaml (3326, 2023-12-12)
galaxy_collection-devel/changelogs/changelog.yaml (11169, 2023-12-12)
galaxy_collection-devel/changelogs/config.yaml (809, 2023-12-12)
galaxy_collection-devel/changelogs/fragments/ (0, 2023-12-12)
galaxy_collection-devel/changelogs/fragments/ansible_config.yml (456, 2023-12-12)
... ...

# Red Hat Ansible Automation Hub Configuration Collection [![pre-commit tests](https://github.com/ansible/galaxy_collection/actions/workflows/pre-commit.yml/badge.svg?branch=devel)](https://github.com/ansible/galaxy_collection/actions/workflows/pre-commit.yml) ![Code style: flake8](https://img.shields.io/badge/Code%20style-flake8-orange) This Ansible collection allows for easy interaction with an Ansible Automation Hub or Galaxy NG server via Ansible playbooks. ## Links to Ansible Automation Platform Collections | Collection Name | Purpose | |:--------------------------------------------------------------------------------------------:|:----------------------------------------:| | [awx.awx/Ansible.controller repo](https://github.com/ansible/awx/tree/devel/awx_collection) | Automation controller modules | | [Ansible Hub Configuration](https://github.com/ansible/galaxy_collection) | Automation hub configuration | ## Links to other Validated Configuration Collections for Ansible Automation Platform | Collection Name | Purpose | |:------------------------------------------------------------------------------------------:|:----------------------------------------:| | [Controller Configuration](https://github.com/redhat-cop/controller_configuration) | Automation controller configuration | | [EE Utilities](https://github.com/redhat-cop/ee_utilities) | Execution Environment creation utilities | | [AAP installation Utilities](https://github.com/redhat-cop/aap_utilities) | Ansible Automation Platform Utilities | | [AAP Configuration Template](https://github.com/redhat-cop/aap_configuration_template) | Configuration Template for this suite | ## Included content Click the `Content` button to see the list of content included in this collection. ## Installing this collection You can install the galaxy galaxy collection with the Ansible Galaxy CLI: ```bash ansible-galaxy collection install galaxy.galaxy ``` You can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format: ```yaml --- collections: - name: galaxy.galaxy # If you need a specific version of the collection, you can specify like this: # version: ... ``` ## Using this collection Define following vars here, or in `galaxy_configs/galaxy_auth.yml` `galaxy_server: ansible-galaxy-web-svc-test-project.example.com` You can also specify authentication by setting the following variables: - `galaxy_server`, `galaxy_oauthtoken`, `ah_token` The OAuth2 token is the only method. You can obtain the token through the web interface. If you only pass a username and password to galaxy API roles/modules a new OAUTH2 token will be generated, invalidating the previous user token. To ensure this doesn't occur always set the ah_token variable to the users OAUTH2 token before executing automation. This does not affect pulp API calls. Galaxy API calls - group - namespace - publish - repository - repository_sync - user These can be specified via (from highest to lowest precedence): - direct role variables as mentioned above ### See Also - [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details. ## Release and Upgrade Notes For details on changes between versions, please see [the changelog for this collection](CHANGELOG.rst). ## Roadmap Add more roles and modules for endpoints on the Automation Hub. ## Contributing to this collection We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the [Automation Hub Configuration collection repository](https://github.com/ansible/galaxy_collection). More information about contributing can be found in our [Contribution Guidelines.](https://github.com/ansible/galaxy_collection/blob/devel/.github/CONTRIBUTING.md) ## Licensing GNU General Public License v3.0 or later. See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text. All content in this folder is licensed under the same license as Ansible, which is the same as license that applied before when the base for this code was derived form the [AWX.AWX](https://galaxy.ansible.com/awx/awx) collection. ## Documentation Documentation for Automation hub URI can be found at [Documentation for Automation hub URI.](https://github.com/ansible/galaxy_ng/wiki/Automating-Collection-Uploads)

近期下载者

相关文件


收藏者