Skip to content

Commit 2b51005

Browse files
authored
Merge pull request #9 from Diesel-Net/development
Upgrade to latest version
2 parents a20fc20 + 5ce391d commit 2b51005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ansible/inventories/production/hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ all:
22
children:
33
tools:
44
hosts:
5-
ca.diesel.net
5+
tools.diesel.net
66
vars:
77
ansible_user: automation
88
ansible_python_interpreter: /usr/bin/python3

.ansible/templates/docker-compose.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '3.8'
44
services:
55

66
server:
7-
image: smallstep/step-ca:0.15.5
7+
image: smallstep/step-ca:0.16.0
88
volumes:
99
- /etc/localtime:/etc/localtime
1010
- {{ ssl_cert_dir }}/:/etc/ssl/certs/

0 commit comments

Comments
 (0)