Skip to content

Commit

Permalink
Merge pull request #88 from cytopia/docs2
Browse files Browse the repository at this point in the history
Spacing 2
  • Loading branch information
cytopia authored Oct 25, 2021
2 parents 28b42c5 + bf6c882 commit 90a35f8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,20 @@ This repository provides many different Ansible flavours (each flavour also divi

The following tree shows how the different flavours derive from each other (each child has all the tools and features of its parent plus its own additions).
```css
base #docker-tag: :latest
| :<version>
base #docker-tag: :latest
| :<version>
|
tools #docker-tag: :latest-tools
/ | \ :<version>-tools
tools #docker-tag: :latest-tools
/ | \ :<version>-tools
/ | \
infra azure aws #docker-tag: :latest-infra :latest-azure :latest-aws
| :<version>-infra :<version>-azure :<version>-aws
infra azure aws #docker-tag: :latest-infra :latest-azure :latest-aws
| :<version>-infra :<version>-azure :<version>-aws
|
awsk8s #docker-tag: :latest-awsk8s
/ \ :<version>-awsk8s
awsk8s #docker-tag: :latest-awsk8s
/ \ :<version>-awsk8s
/ \
awskops awshelm #docker-tag :latest-awskops :latest-awshelm
:<version>-awskops :<version>-awshelm
awskops awshelm #docker-tag :latest-awskops :latest-awshelm
:<version>-awskops :<version>-awshelm
```
> <sub>`<version>` refers to the latest<sup>\[1\],</sup> patch-level version of Ansible. E.g.: `2.9`, `2.10`, `2.11`, ...</sub><br/>
> <sub>\[1\]: latest as docker images are (re)built every night via CI against the latest available patch level version of Ansible</sub>
Expand Down

0 comments on commit 90a35f8

Please sign in to comment.