Skip to content

Commit

Permalink
Make galaxy.yml persistent and move out ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Aug 2, 2023
1 parent 58ce912 commit 1142d71
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions .github/workflows/ci_standalone_versioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
- name: give stack some time to spin up
run: sleep 240

- name: Move ansible.cfg to root
run: mv .github/files/ansible.cfg .

- name: Build and install the collection
id: build
uses: redhat-cop/ansible_collections_tooling/actions/build_ansible_collection@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
collection_namespace: infra
collection_name: ah_configuration
collection_version: ${{ github.ref_name }}
collection_repo: https://github.com/redhat-cop/ah_configuration/
collection_repo: https://github.com/ansible/automation_hub_collection.git
quay_username: redhat_cop
secrets:
galaxy_api_key: ${{ secrets.GALAXY_INFRA_KEY }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
collections/*
!collections/requirements.yml
/galaxy.yml
/*.tar.gz
temp_test_module.yml
test_playbook.yml
Expand Down
4 changes: 4 additions & 0 deletions changelogs/fragments/source_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- ansible.cfg removed from root and galaxy.yml added to enable install from source
...
30 changes: 30 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
authors:
- Sean Sullivan @sean-m-sullivan
- Tom Page @Tompage1994
- David Danielsson @djdanielsson
dependencies: {}
description: Ansible content that interacts with the Ansible Automation Hub or Galaxy NG API.
documentation: https://github.com/ansible/automation_hub_collection/blob/devel/README.md
license:
- GPL-3.0-only
namespace: infra
name: ah_configuration
version: 1.1.1-devel
readme: README.md
repository: https://github.com/ansible/automation_hub_collection
issues: https://github.com/ansible/automation_hub_collection/issues
tags:
- cloud
- infrastructure
- galaxy
- ansible
- galaxy
- automation
build_ignore:
- tools
- setup.cfg
- galaxy.yml.j2
- template_galaxy.yml
- '*.tar.gz'
...

0 comments on commit 1142d71

Please sign in to comment.