Skip to content

Commit

Permalink
Change meta information.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Aug 22, 2023
1 parent 990f8e9 commit cba2080
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
repository:
description: Install and configure BareOS Director on your system.
homepage: https://robertdebock.nl/
topics: bareosdir, application, cloud, database, development, infrastructure, linux, monitoring, networking, storage, security, system, tools, windows, ansible, molecule, tox, playbook
topics: bareos, infrastructure, linux, storage, system, tools, ansible, molecule, tox, playbook
14 changes: 0 additions & 14 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,34 +29,20 @@ jobs:
fail-fast: false
matrix:
config:
- image: "alpine"
tag: "latest"
- image: "amazonlinux"
tag: "1"
- image: "amazonlinux"
tag: "latest"
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "enterpriselinux"
tag: "7"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "37"
- image: "fedora"
tag: "latest"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
tag: "focal"
- image: "ubuntu"
tag: "bionic"
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
14 changes: 0 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,20 @@ molecule:
- if: $CI_COMMIT_REF_NAME == "master"
parallel:
matrix:
- image: "alpine"
tag: "latest"
- image: "amazonlinux"
tag: "1"
- image: "amazonlinux"
tag: "latest"
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "enterpriselinux"
tag: "7"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "37"
- image: "fedora"
tag: "latest"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
tag: "focal"
- image: "ubuntu"
tag: "bionic"

galaxy:
script:
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,11 @@ This role has been tested on these [container images](https://hub.docker.com/u/r

|container|tags|
|---------|----|
|[Alpine](https://hub.docker.com/repository/docker/robertdebock/alpine/general)|all|
|[Amazon](https://hub.docker.com/repository/docker/robertdebock/amazonlinux/general)|all|
|[Debian](https://hub.docker.com/repository/docker/robertdebock/debian/general)|all|
|[EL](https://hub.docker.com/repository/docker/robertdebock/enterpriselinux/general)|all|
|[Fedora](https://hub.docker.com/repository/docker/robertdebock/fedora/general)|all|
|[EL](https://hub.docker.com/repository/docker/robertdebock/enterpriselinux/general)|8, 9|
|[Fedora](https://hub.docker.com/repository/docker/robertdebock/fedora/general)|37|
|[opensuse](https://hub.docker.com/repository/docker/robertdebock/opensuse/general)|all|
|[Ubuntu](https://hub.docker.com/repository/docker/robertdebock/ubuntu/general)|all|
|[Ubuntu](https://hub.docker.com/repository/docker/robertdebock/ubuntu/general)|jammy|

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

Expand Down
23 changes: 5 additions & 18 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,29 @@ galaxy_info:
min_ansible_version: "2.12"

platforms:
- name: Alpine
versions:
- all
- name: Amazon
versions:
- all
- name: Debian
versions:
- all
- name: EL
versions:
- all
- "8"
- "9"
- name: Fedora
versions:
- all
- "37"
- name: opensuse
versions:
- all
- name: Ubuntu
versions:
- all
- jammy

galaxy_tags:
- bareosdir
- application
- cloud
- database
- development
- bareos
- infrastructure
- linux
- monitoring
- networking
- storage
- security
- system
- tools
- windows

dependencies: []
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Verify
hosts: all
become: yes
gather_facts: yes
gather_facts: no

tasks:
- name: Check if port 9101 is listening
Expand Down

0 comments on commit cba2080

Please sign in to comment.