Skip to content

Commit

Permalink
Merge pull request #8 from bec-galaxy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
patbec authored May 9, 2024
2 parents 06bd2f9 + 2aac275 commit 3e09844
Show file tree
Hide file tree
Showing 25 changed files with 89 additions and 536 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/molecule.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .gitignore
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/
32 changes: 0 additions & 32 deletions .yamllint

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Patrick Becker
Copyright (c) 2024 Patrick Becker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 5 additions & 3 deletions README.md
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.
5 changes: 5 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ releases:
minor_changes:
- Documentation and examples updated.
release_date: "2023-12-31"
1.1.4:
changes:
minor_changes:
- Documentation and test framework updated.
release_date: "2024-05-09"
28 changes: 0 additions & 28 deletions docs/example/playbook.yml

This file was deleted.

37 changes: 0 additions & 37 deletions docs/example/templates/zshrc.j2

This file was deleted.

11 changes: 5 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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"
42 changes: 0 additions & 42 deletions molecule/default/converge.yml

This file was deleted.

24 changes: 0 additions & 24 deletions molecule/default/molecule.yml

This file was deleted.

10 changes: 0 additions & 10 deletions molecule/default/prepare.yml

This file was deleted.

Loading

0 comments on commit 3e09844

Please sign in to comment.