Skip to content

Commit 56c7c46

Browse files
avalor1Andreas HeringAndreas Hering
authored
Move organization (#98)
* Trigger tests * Trigger more tests * Move organization to telekom-mms * Fix role not found * Revert "Fix role not found" This reverts commit a5de759. * Fix namespace * Change some more orga stuff * Fix codespell path --------- Co-authored-by: Andreas Hering <andreas.hering@t-systems.com> Co-authored-by: Andreas Hering <andreas.hering@telekom.de>
1 parent 9b91128 commit 56c7c46

File tree

18 files changed

+34
-34
lines changed

18 files changed

+34
-34
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
deploy:
11-
uses: T-Systems-MMS/.github/.github/workflows/ansible-galaxy-publish.yml@main
11+
uses: telekom-mms/.github/.github/workflows/ansible-galaxy-publish.yml@main
1212
secrets:
1313
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Check out code
3939
uses: actions/checkout@v3
4040
with:
41-
path: ansible_collections/t_systems_mms/acme
41+
path: ansible_collections/telekom_mms/acme
4242

4343
- name: Set up Python ${{ matrix.ansible }}
4444
uses: actions/setup-python@v4
@@ -54,7 +54,7 @@ jobs:
5454
# Explicitly specify the version of Python we want to test
5555
- name: Run sanity tests
5656
run: ansible-test sanity --docker -v --color --python ${{ matrix.python }}
57-
working-directory: ./ansible_collections/t_systems_mms/acme
57+
working-directory: ./ansible_collections/telekom_mms/acme
5858

5959
linting:
6060
name: Ansible Lint
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
defaults:
7272
run:
73-
working-directory: ansible_collections/t_systems_mms/acme
73+
working-directory: ansible_collections/telekom_mms/acme
7474
strategy:
7575
fail-fast: false
7676
matrix:
@@ -94,7 +94,7 @@ jobs:
9494
- name: Check out code to collections-folder, so ansible finds it
9595
uses: actions/checkout@v3
9696
with:
97-
path: ansible_collections/t_systems_mms/acme
97+
path: ansible_collections/telekom_mms/acme
9898

9999
- name: Run Pebble and challtestsrv
100100
run: curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml | docker-compose -f - up -d
@@ -129,4 +129,4 @@ jobs:
129129

130130
- name: Run integration tests
131131
run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --requirements
132-
working-directory: ./ansible_collections/t_systems_mms/acme
132+
working-directory: ./ansible_collections/telekom_mms/acme

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
commit-message: 'update changelog'
4343
force-add: 'true'
4444
files: CHANGELOG.md
45-
name: T-Systems MMS
46-
email: frage@t-systems-mms.com
45+
name: Deutsche Telekom MMS GmbH
46+
email: mms@telekom.de
4747

4848
# do a second checkout to prevent race situation
4949
# changelog gets updated but action works on old commit id

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For example, if you are working in the `~/dev` directory:
66

77
```
88
cd ~/dev
9-
git clone https://github.com/T-Systems-MMS/ansible-collection-acme collections/ansible_collections/t_systems_mms/acme
9+
git clone https://github.com/telekom-mms/ansible-collection-acme collections/ansible_collections/telekom_mms/acme
1010
export COLLECTIONS_PATH=$(pwd)/collections:$COLLECTIONS_PATH
1111
```
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ These modules are distributed as [collections](https://docs.ansible.com/ansible/
1212
To install them, run:
1313

1414
```bash
15-
ansible-galaxy collection install t_systems_mms.acme
15+
ansible-galaxy collection install telekom_mms.acme
1616
```
1717

1818
Alternatively put the collection into a `requirements.yml`-file:
1919

2020
```yaml
2121
---
2222
collections:
23-
- t_systems_mms.acme
23+
- telekom_mms.acme
2424
```
2525
2626
## Usage

docs/dns-challenge/autodns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ None
1010
- name: create the certificate for *.example.com
1111
hosts: localhost
1212
collections:
13-
- t_systems_mms.acme
13+
- telekom_mms.acme
1414
roles:
1515
- acme
1616
vars:
@@ -35,7 +35,7 @@ None
3535
- name: create the certificate for example.com
3636
hosts: localhost
3737
collections:
38-
- t_systems_mms.acme
38+
- telekom_mms.acme
3939
roles:
4040
- acme
4141
vars:

docs/dns-challenge/azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- name: create the certificate for *.example.com
1616
hosts: localhost
1717
collections:
18-
- t_systems_mms.acme
18+
- telekom_mms.acme
1919
roles:
2020
- acme
2121
vars:
@@ -40,7 +40,7 @@
4040
- name: create the certificate for example.com
4141
hosts: localhost
4242
collections:
43-
- t_systems_mms.acme
43+
- telekom_mms.acme
4444
roles:
4545
- acme
4646
vars:

docs/dns-challenge/hetzner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- name: create the certificate for *.example.com
1111
hosts: localhost
1212
collections:
13-
- t_systems_mms.acme
13+
- telekom_mms.acme
1414
roles:
1515
- acme
1616
vars:

docs/dns-challenge/openstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- name: create the certificate for *.example.com
1515
hosts: localhost
1616
collections:
17-
- t_systems_mms.acme
17+
- telekom_mms.acme
1818
roles:
1919
- acme
2020
vars:

docs/dns-challenge/pebble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is also done for the provider of the local http-challenge.
1313
- name: create the certificate for example.com with dns-challenge provider "pebble"
1414
hosts: localhost
1515
collections:
16-
- t_systems_mms.acme
16+
- telekom_mms.acme
1717
roles:
1818
- acme
1919
vars:

0 commit comments

Comments
 (0)