SF initial configurator | 1508907 | 2022-10-06 13:33:19 +0300 | [diff] [blame^] | 1 | Upload ansible content to galaxy |
| 2 | |
| 3 | **Role Variables** |
| 4 | |
| 5 | .. zuul:rolevar:: galaxy_info |
| 6 | |
| 7 | Complex argument which contains the information about the Galaxy |
| 8 | server as well as the authentication information needed. It is |
| 9 | expected that this argument comes from a `Secret`. |
| 10 | |
| 11 | .. zuul:rolevar:: github_token |
| 12 | |
| 13 | GitHub Token to log in to Galaxy. |
| 14 | |
| 15 | .. zuul:rolevar:: github_username |
| 16 | :default: First component of the project name |
| 17 | |
| 18 | GitHub Username. |
| 19 | |
| 20 | .. zuul:rolevar:: api_server |
| 21 | :default: The built-in ansible-galaxy default for the production api server. |
| 22 | |
| 23 | The API server destination. |
| 24 | |
| 25 | .. zuul:rolevar:: galaxy_project_name |
| 26 | :default: Second component of the project name |
| 27 | |
| 28 | The GitHub project name. |