Skip to content

Commit

Permalink
Versions Update, cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jun 4, 2023
1 parent 49d333d commit 1751367
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
uses: buluma/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: master
6 changes: 0 additions & 6 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora-systemd"
tag: "36"
- image: "fedora-systemd"
tag: "37"
- image: "fedora-systemd"
tag: "latest"
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
6 changes: 0 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ molecule:
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora-systemd"
tag: "36"
- image: "fedora-systemd"
tag: "37"
- image: "fedora-systemd"
tag: "latest"

galaxy:
script:
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ The machine needs to be prepared. In CI this is done using [`molecule/default/pr
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
gather_facts: no
roles:
- role: buluma.bootstrap
- role: buluma.epel
- role: buluma.java
java_default_version: 11
- role: buluma.locale
- role: buluma.core_dependencies
```
Expand All @@ -53,6 +54,9 @@ jenkins_port: 8080
# What address Jenkins should bind to.
jenkins_listen_address: "0.0.0.0"
# The version of Jenkins to install. Not specifying a version, will install the latest available.
# jenkins_version: "2.399.1"
```

## [Requirements](#requirements)
Expand Down Expand Up @@ -87,7 +91,6 @@ This role has been tested on these [container images](https://hub.docker.com/u/b
|---------|----|
|[Debian](https://hub.docker.com/repository/docker/buluma/debian/general)|bullseye|
|[EL](https://hub.docker.com/repository/docker/buluma/enterpriselinux/general)|all|
|[Fedora](https://hub.docker.com/repository/docker/buluma/fedora/general)|all|

The minimum version of Ansible required is 2.12, tests have been done to:

Expand All @@ -107,7 +110,7 @@ If you find issues, please register them in [GitHub](https://github.com/buluma/a

## [Author Information](#author-information)

[Michael Buluma](https://buluma.github.io/)
[buluma](https://buluma.github.io/)

Please consider [sponsoring me](https://github.com/sponsors/buluma).

Expand Down

0 comments on commit 1751367

Please sign in to comment.