Skip to content

Commit b3e2942

Browse files
Remove psad from dock (#613)
* remove psad from dock * update charon, add tag for cert
1 parent 53142d6 commit b3e2942

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ansible/dock.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
name={{ dock }}
1212
groups=dock
1313

14-
- include: charon.yml git_branch="v4.0.0"
15-
- include: dock-init.yml git_branch="v10.1.0"
14+
- include: charon.yml git_branch="v5.0.1"
15+
- include: dock-init.yml git_branch="v10.1.2"
1616
- include: krain.yml git_branch="v0.3.0"
1717

1818
- hosts: "{{ dock }}"
19-
tasks:
19+
tasks:
2020
- name: remove datadog agent
2121
become: true
2222
apt:
@@ -28,4 +28,3 @@
2828
roles:
2929
- { role: install-ssm }
3030
- { role: dock-images }
31-
- { role: docks-psad }

ansible/roles/docker/tasks/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
file:
66
path=/etc/ssl/docker
77
state=directory
8-
8+
99
- name: copy docker upstart config
1010
become: true
1111
copy:
@@ -17,6 +17,7 @@
1717

1818
- name: copy docker certs
1919
become: true
20+
tags: docker_certs
2021
when: dock is defined
2122
copy:
2223
src=certs/
@@ -117,4 +118,4 @@
117118
become: true
118119
group:
119120
name: docker
120-
state: present
121+
state: present

0 commit comments

Comments
 (0)