This commit is contained in:
Jonas Forsberg
2021-09-26 12:11:06 +02:00
parent 125c652cc4
commit 8972d83800
8 changed files with 94 additions and 0 deletions

5
salt/pillars/docker.sls Normal file
View File

@@ -0,0 +1,5 @@
docker:
username:
access_token:
url: docker.io/registry
tag: 2.7.1

3
salt/pillars/nexus.sls Normal file
View File

@@ -0,0 +1,3 @@
nexus:
url: docker.io/sonatype/nexus3
tag: 3.34.1

View File

@@ -4,6 +4,7 @@ base:
- chrony
- mysql
- rmt
- docker
{% if salt['pillar.file_exists']('local.sls') %}
- local
{% endif %}