docs(ansible_collection): added.

!75
This commit is contained in:
2024-02-17 14:00:37 +09:30
parent 5eb34f87e5
commit 6bcd588da8
4 changed files with 293 additions and 6 deletions

View File

@ -1,10 +1,10 @@
---
variables:
ANSIBLE_GALAXY_SERVER_URL: https://galaxy.ansible.com # Optional, String. URL to the Galaxy server for uploads
ANSIBLE_GALAXY_UPLOAD_TOKEN: "" # Mandatory, String. The token to upload to ansible galaxy
ANSIBLE_GALAXY_NAMESPACE: "" # Mandatory, String.
ANSIBLE_GALAXY_PACKAGE_NAME: "" # Mandatory, String.
ANSIBLE_GALAXY_UPLOAD_TOKEN: "" # Mandatory, String. The token to upload to ansible galaxy. DONT SET HERE, USE PIPELINE VARIABLES.
ANSIBLE_GALAXY_SERVER_URL: https://galaxy.ansible.com # Optional, default=(as displayed)String. URL to the Galaxy server for uploads
ANSIBLE_GALAXY_NAMESPACE: "" # Mandatory, String. The ansible galaxy upload namespace
ANSIBLE_GALAXY_PACKAGE_NAME: "" # Mandatory, String. The Ansible Galaxy package name
.ansible_collection_merge: