Skip to content

Commit

Permalink
Merge pull request #97 from T-Systems-MMS/move_orga
Browse files Browse the repository at this point in the history
move to new orga
  • Loading branch information
rndmh3ro authored Jul 12, 2023
2 parents 0645961 + 695499e commit 8158df2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker Management Container

The Docker Management Container (or DMC for short) contains a number of plugins and services that are designed to make it easy to create, test, deploy and manage infrastructures. For more information also take a look at our [Blog](https://blog.t-systems-mms.com/tech-insights/manage-your-infrastructure-better-with-this-opensource-tool).
The Docker Management Container (or DMC for short) contains a number of plugins and services that are designed to make it easy to create, test, deploy and manage infrastructures. For more information also take a look at our [Blog](https://blog.telekom-mms.com/tech-insights/manage-your-infrastructure-better-with-this-opensource-tool).

<!-- <picture>
<source
Expand All @@ -22,10 +22,10 @@ For a quick overview and test of the DMC, we have created images based on the [m

``` bash
# minimal
docker run ghcr.io/t-systems-mms/dmc:min
docker run ghcr.io/telekom-mms/dmc:min

# full
docker run ghcr.io/t-systems-mms/dmc:full
docker run ghcr.io/telekom-mms/dmc:full
```

## Usage
Expand Down Expand Up @@ -168,10 +168,10 @@ Extension of installed tools.
- https://raw.githubusercontent.com/ansible-collections/azure/v1.15.0/requirements-azure.txt
ansible:
roles:
- t_systems_mms.grafana
- telekom_mms.grafana
collections:
- t_systems_mms.acme=2.3.1
- t_systems_mms.icinga_director=1.28.0
- telekom_mms.acme=2.3.1
- telekom_mms.icinga_director=1.28.0
requirements:
- https://raw.githubusercontent.com/T-Systems-MMS/ansible-role-maxscale/master/requirements.yml
```
Expand Down Expand Up @@ -344,8 +344,8 @@ packages:
ansible:
collections:
# renovate: datasource=galaxy-collection depName=t_systems_mms.acme
- t_systems_mms.acme=2.3.1
# renovate: datasource=galaxy-collection depName=telekom_mms.acme
- telekom_mms.acme=2.3.1
```


Expand Down
6 changes: 3 additions & 3 deletions examples/full_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ requirements:
- https://raw.githubusercontent.com/ansible-collections/azure/dev/requirements-azure.txt
ansible:
roles:
- t_systems_mms.grafana
- telekom_mms.grafana
collections:
- t_systems_mms.acme
- t_systems_mms.icinga_director
- telekom_mms.acme
- telekom_mms.icinga_director
requirements:
- https://raw.githubusercontent.com/T-Systems-MMS/ansible-role-maxscale/master/requirements.yml
extensions:
Expand Down

0 comments on commit 8158df2

Please sign in to comment.