Skip to content

Commit

Permalink
deprecation warning in the readme (#17)
Browse files Browse the repository at this point in the history
* modified:   README.md

* modified:   README.md

* modified:   README.md

* modified:   README.md

* modified:   README.md

* modified:   .markdownlint.yml
	modified:   README.md

* modified:   .markdownlint.yml

* modified:   .markdownlint.yml

* modified:   .github/workflows/ci_standalone.yml
	modified:   .github/workflows/ci_standalone_versioned.yml
  • Loading branch information
djdanielsson authored Jan 17, 2025
1 parent b5f097e commit 0182577
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 21 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/ci_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ name: Test collection with AWX matrix
on:
push:
branches:
- '*_'
- devel
tags:
- '*_' # ending underscore for trying things
- 'v[0-9]+.[0-9]+.[0-9]+' # final version
- 'v[0-9]+.[0-9]+.[0-9]+[abrc]+[0-9]+' # alpha, beta, release candidate (rc)
- 'v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+' # development versions
pull_request:
- main
# on:
# push:
# branches:
# - '*_'
# - devel
# tags:
# - '*_' # ending underscore for trying things
# - 'v[0-9]+.[0-9]+.[0-9]+' # final version
# - 'v[0-9]+.[0-9]+.[0-9]+[abrc]+[0-9]+' # alpha, beta, release candidate (rc)
# - 'v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+' # development versions
# pull_request:

jobs:
ci_standalone:
Expand Down
28 changes: 16 additions & 12 deletions .github/workflows/ci_standalone_versioned.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
---
name: Test collection with AWX

on:
workflow_call:
inputs:
awx_version:
description: The version to pull of awx
required: true
type: string
gh_ref:
description: The ref in the repository to pull
required: false
default: devel
type: string
push:
branches:
- main

# on:
# workflow_call:
# inputs:
# awx_version:
# description: The version to pull of awx
# required: true
# type: string
# gh_ref:
# description: The ref in the repository to pull
# required: false
# default: devel
# type: string
env:
# Run docker-compose up in the background
COMPOSE_UP_OPTS: -d
Expand Down
2 changes: 2 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ MD003:
# MD013/line-length - Line length
# Setting to false to match the yamllint setting
MD013: false
MD022: false
MD026: false

# MD046/code-block-style - Code block style
# This will ensure that code block format is consistent across all markdown files
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@

This Ansible collection allows for easy interaction with an AWX or Ansible Controller server via Ansible roles using the AWX/Controller collection modules.

## Deprecation warning!!!!!!!
This collection only supports AWX and AAP 2.4 and earlier. For AAP 2.5+ take a look at our [new collection](https://github.com/redhat-cop/infra.aap_configuration) that allows you to manage your whole AAP configuration in one place. We will try and continue supporting this collection until AAP 2.4 support ends (currently set for 12/31/2025)[lifecycle](https://access.redhat.com/support/policy/updates/ansible-automation-platform).

## Getting Help

We are on the Ansible Forums and Matrix, if you want to discuss something, ask for help, or participate in the community, please use the #infra-config-as-code tag on the fourm, or post to the chat in Matrix.
We are on the Ansible Forums and Matrix, if you want to discuss something, ask for help, or participate in the community, please use the #infra-config-as-code tag on the forum, or post to the chat in Matrix.

[Ansible Forums](https://forum.ansible.com/tag/infra-config-as-code)

Expand Down

0 comments on commit 0182577

Please sign in to comment.