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

Move collection to nephelaiio organization #3

Merged
merged 2 commits into from
May 4, 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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pokerops-consul-*.tar.gz
nephelaiio-consul-*.tar.gz
*.ymle
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Ansible Collection - pokerops.consul
# Ansible Collection - nephelaiio.consul

[![Build Status](https://github.com/pokerops/ansible-collection-consul/actions/workflows/molecule.yml/badge.svg)](https://github.com/pokerops/ansible-collection-consul/actions/wofklows/molecule.yml)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-pokerops.consul-blue.svg)](https://galaxy.ansible.com/ui/repo/published/pokerops/consul/)
[![Build Status](https://github.com/nephelaiio/ansible-collection-consul/actions/workflows/molecule.yml/badge.svg)](https://github.com/nephelaiio/ansible-collection-consul/actions/wofklows/molecule.yml)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-nephelaiio.consul-blue.svg)](https://galaxy.ansible.com/ui/repo/published/nephelaiio/consul/)

An [ansible collection](https://galaxy.ansible.com/ui/repo/published/pokerops/consul/) to install and manage [Consul](https://www.consul.io/) clusters
An [ansible collection](https://galaxy.ansible.com/ui/repo/published/nephelaiio/consul/) to install and manage [Consul](https://www.consul.io/) clusters

## Collection hostgroups

Expand Down Expand Up @@ -31,8 +31,8 @@ Cluster wide parameters

## Collection playbooks

* pokerops.consul.install: Install and bootstrap cluster
* pokerops.consul.update: Install and bootstrap cluster
* nephelaiio.consul.install: Install and bootstrap cluster
* nephelaiio.consul.update: Install and bootstrap cluster

## Testing

Expand Down
12 changes: 6 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: pokerops
namespace: nephelaiio
name: consul
version: 0.0.3
version: 0.0.4
readme: README.md
authors:
- Ted Cook <[email protected]>
Expand All @@ -12,8 +12,8 @@ tags:
- consul
dependencies:
"nephelaiio.plugins": "*"
repository: http://github.com/pokerops/ansible-collection-consul
documentation: http://github.com/pokerops/ansible-collection-consul
homepage: http://github.com/pokerops/ansible-collection-consul
issues: http://github.com/pokerops/ansible-collection-consul/issues
repository: http://github.com/nephelaiio/ansible-collection-consul
documentation: http://github.com/nephelaiio/ansible-collection-consul
homepage: http://github.com/nephelaiio/ansible-collection-consul
issues: http://github.com/nephelaiio/ansible-collection-consul/issues
build_ignore: []
2 changes: 1 addition & 1 deletion molecule/common/converge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- name: Import install playbook
ansible.builtin.import_playbook: pokerops.consul.install
ansible.builtin.import_playbook: nephelaiio.consul.install
2 changes: 1 addition & 1 deletion molecule/common/update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- name: Import install playbook
ansible.builtin.import_playbook: pokerops.consul.update
ansible.builtin.import_playbook: nephelaiio.consul.update
2 changes: 1 addition & 1 deletion playbooks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

- name: Deploy Consul cluster
ansible.builtin.include_role:
name: pokerops.consul.consul
name: nephelaiio.consul.consul
vars:
_install_from_repo: "{{ _consul_install_from_repo }}"
_release_package: "{{ _consul_release_package }}"
Expand Down
4 changes: 2 additions & 2 deletions playbooks/install.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Prepare stack nodes
ansible.builtin.import_playbook: pokerops.consul.prepare
ansible.builtin.import_playbook: nephelaiio.consul.prepare


- name: Deploy proxy nodes
ansible.builtin.import_playbook: pokerops.consul.deploy
ansible.builtin.import_playbook: nephelaiio.consul.deploy
2 changes: 1 addition & 1 deletion playbooks/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
update_reboot: false
update_cache_valid_time: 1
roles:
- pokerops.consul.update
- nephelaiio.consul.update
tasks:
- name: Stop Consul service
ansible.builtin.service:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "pokerops-consul"
name = "nephelaiio-consul"
version = "0.1.0"
description = ""
authors = ["Ted Cook <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
roles: []
collections:
- name: pokerops.consul
- name: nephelaiio.consul
source: .
type: dir
- name: nephelaiio.plugins