publish time
This commit is contained in:
parent
c3f38cfbd9
commit
ab48d6ad9e
18
.github/workflows/publish.yml
vendored
Normal file
18
.github/workflows/publish.yml
vendored
Normal 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 }}
|
@ -56,7 +56,7 @@ This variable defines the parameters to append to the daemon.json file (in `/etc
|
|||||||
Dependencies
|
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
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
9
defaults/install_docker.yml.sample
Normal file
9
defaults/install_docker.yml.sample
Normal 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: {}
|
Loading…
Reference in New Issue
Block a user