Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename github org #9

Merged
merged 3 commits into from
Oct 17, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/docs/antsibull-docs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ use_html_blobs = false
# strings (https://docs.python.org/3.8/library/string.html#formatstrings).
collection_url = {
* = "https://galaxy.ansible.com/ui/repo/published/{namespace}/{name}/"
"unbyte.gridscale" = "https://github.com/unbyte-GmbH/gridscale-ansible-collection"
"unbyte.gridscale" = "https://github.com/unbyte-de/gridscale-ansible-collection"
}

# The same wildcard rules and formatting rules as for collection_url apply.
collection_install = {
* = "ansible-galaxy collection install {namespace}.{name}"
"unbyte.gridscale" = "ansible-galaxy collection install git+https://github.com/unbyte-GmbH/gridscale-ansible-collection.git,0.1.3"
"unbyte.gridscale" = "ansible-galaxy collection install git+https://github.com/unbyte-de/gridscale-ansible-collection.git,0.1.4"
}
2 changes: 1 addition & 1 deletion .github/workflows/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# https://github.com/ansible-community/sphinx_ansible_theme/blob/main/docs/conf.py
html_theme = "sphinx_ansible_theme"
html_theme_options = {
"documentation_home_url": "https://unbyte-GmbH.github.io/gridscale-ansible-collection/",
"documentation_home_url": "https://unbyte-de.github.io/gridscale-ansible-collection/",
"topbar_links": {},
}
html_show_sphinx = False
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Ansible Collection for gridscale

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/unbyte-GmbH/gridscale-ansible-collection/main.svg)](https://results.pre-commit.ci/latest/github/unbyte-GmbH/gridscale-ansible-collection/main)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/unbyte-de/gridscale-ansible-collection/main.svg)](https://results.pre-commit.ci/latest/github/unbyte-de/gridscale-ansible-collection/main)

An ansible collection for gridscale.

Currently only an inventory plugin is implemented.

Documentation: https://unbyte-GmbH.github.io/gridscale-ansible-collection/
Documentation: https://unbyte-de.github.io/gridscale-ansible-collection/

## Installation

```sh
ansible-galaxy collection install git+https://github.com/unbyte-GmbH/gridscale-ansible-collection.git,0.1.3
ansible-galaxy collection install git+https://github.com/unbyte-de/gridscale-ansible-collection.git,0.1.4
```

```sh
collections:
- name: https://github.com/unbyte-GmbH/gridscale-ansible-collection.git
- name: https://github.com/unbyte-de/gridscale-ansible-collection.git
type: git
version: 0.1.3
version: 0.1.4
```
10 changes: 5 additions & 5 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: unbyte
name: gridscale

# The version of the collection. Must be compatible with semantic versioning
version: 0.1.3
version: 0.1.4

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down Expand Up @@ -43,16 +43,16 @@ tags: ['gridscale']
dependencies: {}

# The URL of the originating SCM repository
repository: https://github.com/unbyte-GmbH/gridscale-ansible-collection
repository: https://github.com/unbyte-de/gridscale-ansible-collection

# The URL to any online docs
documentation: https://github.com/unbyte-GmbH/gridscale-ansible-collection
documentation: https://github.com/unbyte-de/gridscale-ansible-collection

# The URL to the homepage of the collection/project
homepage: https://github.com/unbyte-GmbH/gridscale-ansible-collection
homepage: https://github.com/unbyte-de/gridscale-ansible-collection

# The URL to the collection issue tracker
issues: https://github.com/unbyte-GmbH/gridscale-ansible-collection/issues
issues: https://github.com/unbyte-de/gridscale-ansible-collection/issues

# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
[project]
name = "gridscale-ansible-collection"
version = "0.1.3"
version = "0.1.4"
dependencies = [
]
requires-python = ">=3.12"
Expand All @@ -28,9 +28,9 @@ dev = [
]

[project.urls]
Homepage = "https://unbyte-GmbH.github.io/gridscale-ansible-collection/"
Documentation = "https://unbyte-GmbH.github.io/gridscale-ansible-collection/"
Repository = "https://github.com/unbyte-GmbH/gridscale-ansible-collection"
Homepage = "https://unbyte-de.github.io/gridscale-ansible-collection/"
Documentation = "https://unbyte-de.github.io/gridscale-ansible-collection/"
Repository = "https://github.com/unbyte-de/gridscale-ansible-collection"

[tool.setuptools]
py-modules = []
Expand Down
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements_dev.txt
# pip-compile --extra=dev --output-file=requirements_dev.txt pyproject.toml
#
aiofiles==24.1.0
# via
Expand All @@ -24,7 +24,7 @@ ansible==10.4.0
# via gridscale-ansible-collection (pyproject.toml)
ansible-core==2.17.4
# via ansible
ansible-pygments==0.1.3
ansible-pygments==0.1.1
# via antsibull-docs
antsibull-changelog==0.30.0
# via antsibull-docs
Expand Down Expand Up @@ -97,7 +97,7 @@ markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.3
mdurl==0.1.2
# via markdown-it-py
multidict==6.1.0
# via
Expand Down