-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from bec-galaxy/develop
Develop
- Loading branch information
Showing
25 changed files
with
89 additions
and
536 deletions.
There are no files selected for viewing
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,21 @@ | ||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.nox/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
.hypothesis/ | ||
.pytest_cache/ | ||
|
||
# Changelog cache files | ||
changelogs/.plugin-cache.yaml | ||
|
||
# ansible-test ignores | ||
tests/integration/inventory* | ||
tests/integration/targets/domain_controller/.vagrant | ||
tests/integration/targets/membership/.vagrant | ||
tests/output/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Shell Collection for Ansible | ||
# Ansible Collection: bec.shell | ||
|
||
[![Molecule](https://github.com/bec-galaxy/ansible-collection-shell/actions/workflows/molecule.yml/badge.svg)](https://github.com/bec-galaxy/ansible-collection-shell/actions/workflows/molecule.yml) [![Licence](https://img.shields.io/github/license/bec-galaxy/ansible-collection-shell?label=Licence&color=informational)](https://github.com/bec-galaxy/ansible-collection-shell/blob/main/LICENSE) | ||
[![Licence](https://img.shields.io/github/license/bec-galaxy/ansible-collection-shell?label=Licence&color=informational)](https://github.com/bec-galaxy/ansible-collection-shell/blob/main/LICENSE) | ||
|
||
A simple collection to install and set up a **shell** on Linux. The roles contain documentation with examples. | ||
A simple collection to install and set up a **shell** on Linux. | ||
|
||
The roles contain documentation with examples. |
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 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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
namespace: bec | ||
name: shell | ||
|
||
version: 1.1.3 | ||
version: 1.1.4 | ||
readme: README.md | ||
authors: | ||
- Patrick Becker <[email protected]> | ||
- Patrick Becker | ||
|
||
description: A simple collection to install and set up a shell on Linux. | ||
|
||
|
@@ -28,11 +28,10 @@ tags: | |
|
||
dependencies: {} | ||
|
||
repository: https://github.com/bec-galaxy/ansible-collection-shell | ||
documentation: https://github.com/bec-galaxy/ansible-collection-shell | ||
repository: https://github.com/bec-galaxy/bec.shell | ||
documentation: https://github.com/bec-galaxy/bec.shell | ||
homepage: https://github.com/bec-galaxy | ||
issues: https://github.com/bec-galaxy/ansible-collection-shell/issues | ||
issues: https://github.com/bec-galaxy/bec.shell/issues | ||
|
||
build_ignore: | ||
- "molecule" | ||
- "*.tar.gz" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.