Merge pull request #46 from ansible-lockdown/galaxy_update

added Galaxy file
This commit is contained in:
uk-bolly 2023-03-21 16:07:21 +00:00 committed by GitHub
commit 312b460cfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 2 deletions

21
.github/workflows/update_galaxy.yml vendored Normal file
View file

@ -0,0 +1,21 @@
---
# This is a basic workflow to help you get started with Actions
name: update galaxy
# Controls when the action will run.
# Triggers the workflow on merge request events to the main branch
on:
push:
branches:
- main
jobs:
update_role:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: robertdebock/galaxy-action@master
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
git_branch: main

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2022 Mindpoint Group / Lockdown Enterprise / Lockdown Enterprise Releases Copyright (c) 2023 Mindpoint Group / Lockdown Enterprise / Lockdown Enterprise Releases
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -6,7 +6,7 @@ galaxy_info:
license: MIT license: MIT
role_name: rhel9_cis role_name: rhel9_cis
namespace: mindpointgroup namespace: mindpointgroup
min_ansible_version: 2.10.0 min_ansible_version: 2.10.1
platforms: platforms:
- name: EL - name: EL
versions: versions: