publish time

This commit is contained in:
Bertrand Lanson 2023-04-10 18:14:53 +02:00
parent c3f38cfbd9
commit ab48d6ad9e
3 changed files with 28 additions and 1 deletions

18
.github/workflows/publish.yml vendored Normal file
View File

@ -0,0 +1,18 @@
---
name: publish
on:
push:
branches:
- main
jobs:
publish:
name: Publish to galaxy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish
uses: ednxzu/galaxy-import-role@v1
with:
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}

View File

@ -56,7 +56,7 @@ This variable defines the parameters to append to the daemon.json file (in `/etc
Dependencies
------------
This role has a task that installs its own dependencies located in `task/prerequisites.yml`, so that you don't need to manage them. This role requires both `ednxzu.manage_repositories`, `ednxzu.manage_apt_packages` and `ednxzu.manage_apt_packages` to install docker and potentially python packages.
This role has a task that installs its own dependencies located in `task/prerequisites.yml`, so that you don't need to manage them. This role requires `ednxzu.manage_repositories`, `ednxzu.manage_apt_packages` and `ednxzu.manage_apt_packages` to install docker and potentially python packages.
Example Playbook
----------------

View File

@ -0,0 +1,9 @@
---
# install_docker_edition: ce # can be ce or ee (community or enterprise)
# install_docker_start_service: true
# install_docker_compose: false
# install_docker_compose_version: latest
# install_docker_python_packages: false
# install_docker_python_packages_version: latest
# install_docker_users: []
# install_docker_daemon_options: {}