-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RHELPLAN-68108 - Collections - Logging - fixing ansible-test errors
- Adding roles/rsyslog/meta/main.yml for the private sub-role rsyslog - Removing obsolete molecule/default/{INSTALL.rst,playbook.yml,yaml-lint.yml} - Fixing an ansible-lint error on the double-quotes - Fixing a shellcheck error (Note: #!/bin/bash only takes -eux or its subset)
- Loading branch information
Showing
6 changed files
with
21 additions
and
50 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
galaxy_info: | ||
author: Noriko Hosoi <[email protected]> | ||
description: Private Ansible Logging sub-role for configuring rsyslog | ||
galaxy_tags: ['logging', 'rsyslog', 'redhat', 'fedora', 'centos'] | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-only,MIT | ||
min_ansible_version: 2.7 | ||
platforms: | ||
- name: Fedora | ||
versions: | ||
- all | ||
- name: EL | ||
versions: | ||
- 7 | ||
- 8 | ||
|
||
allow_duplicates: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters