Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'
uses: ansible/ansible-lint@main
Empty file added CHANGELOG.md
Empty file.
12 changes: 6 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ readme: README.md
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
# @nicks:irc/im.site#channel'
authors:
- Steven Schattenberg <steven.schattenberg@itential.com>
- Ranjitha Parameshwaraiah <ranjitha.parameshwaraiah@itential.com>
- Steven Schattenberg <steven.schattenberg@itential.com>
- Ranjitha Parameshwaraiah <ranjitha.parameshwaraiah@itential.com>


### OPTIONAL but strongly recommended
Expand All @@ -26,7 +26,7 @@ description: A collection of tools intended to be used by the administrators of

# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
#license: GPL-2.0-or-later
# license: GPL-2.0-or-later

# The path to the license file for the collection. This path is relative to the root of the collection. This key is
# mutually exclusive with 'license'
Expand All @@ -36,8 +36,9 @@ license_file: 'LICENSE'
# requirements as 'namespace' and 'name'
tags:
- itential
- automation-platform
- automation-gateway
- platform
- gateway
- tools

# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
Expand Down Expand Up @@ -77,4 +78,3 @@ build_ignore:
# 'omit_default_directives' is a boolean that controls whether the default directives are used. Mutually exclusive
# with 'build_ignore'
# manifest: null

2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Collections must specify a minimum required ansible version to upload
# to galaxy
# requires_ansible: '>=2.9.10'
requires_ansible: '>=2.15.0'

# Content that Ansible needs to load from another location or that has
# been deprecated/removed
Expand Down
78 changes: 0 additions & 78 deletions playbooks/admin_all_roles.yml

This file was deleted.

133 changes: 0 additions & 133 deletions playbooks/app_adapter_version.yml

This file was deleted.

71 changes: 0 additions & 71 deletions playbooks/create_adapter.yml

This file was deleted.

Loading
Loading