Skip to content

Commit

Permalink
Make galaxy.yml persistent and move out ansible.cfg (#663)
Browse files Browse the repository at this point in the history
* Make galaxy.yml persistent and move out ansible.cfg

* Trigger Git Commit

---------

Co-authored-by: Sean Sullivan <ssulliva@redhat.com>
  • Loading branch information
Tompage1994 and sean-m-sullivan authored Aug 2, 2023
1 parent fe3f79a commit a7a2098
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 1 deletion.
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 @@ -60,6 +60,9 @@ jobs:
- name: give some time to spin up
run: sleep 30

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

- name: Display Versions
run: which python && pip --version && ansible --version

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
*.pyc
id_rsa*
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
...
31 changes: 31 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
namespace: infra
name: controller_configuration
version: 2.4.1-devel
description: A collection of roles to manage Ansible Controller
readme: README.md
authors:
- Andrew Huffman
- Adebisi Oyawale @aoyawale
- Kedar Kulkarni @kedark3
- Tom Page @Tompage1994
- Sean Sullivan @sean-m-sullivan
- David Danielsson @djdanielsson
repository: https://github.com/redhat-cop/controller_configuration.git
issues: https://github.com/redhat-cop/controller_configuration.git/issues
build_ignore:
- galaxy.yml.j2
- release.yml
- .github
- .ansiblelint.yml
- .yamllint.yml
- '*.tar.gz'
license:
- GPL-3.0-or-later
tags:
- controller
- collection
- controller_configuration
- automation_platform
- infrastructure
...

0 comments on commit a7a2098

Please sign in to comment.