-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move collection to nephelaiio organization (#3)
- Loading branch information
1 parent
1e3851d
commit aefcad2
Showing
10 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
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,2 +1,2 @@ | ||
pokerops-consul-*.tar.gz | ||
nephelaiio-consul-*.tar.gz | ||
*.ymle |
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,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]> | ||
|
@@ -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: [] |
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,3 +1,3 @@ | ||
--- | ||
- name: Import install playbook | ||
ansible.builtin.import_playbook: pokerops.consul.install | ||
ansible.builtin.import_playbook: nephelaiio.consul.install |
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,3 +1,3 @@ | ||
--- | ||
- name: Import install playbook | ||
ansible.builtin.import_playbook: pokerops.consul.update | ||
ansible.builtin.import_playbook: nephelaiio.consul.update |
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,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 |
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,5 @@ | ||
[tool.poetry] | ||
name = "pokerops-consul" | ||
name = "nephelaiio-consul" | ||
version = "0.1.0" | ||
description = "" | ||
authors = ["Ted Cook <[email protected]>"] | ||
|
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,7 +1,7 @@ | ||
--- | ||
roles: [] | ||
collections: | ||
- name: pokerops.consul | ||
- name: nephelaiio.consul | ||
source: . | ||
type: dir | ||
- name: nephelaiio.plugins |