From 9e38736b93a6b737ecb53d1f41dadf45cbb22c1c Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 25 Oct 2019 00:19:07 +0200 Subject: Various stuff to pre-configure compute nodes --- pods.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pods.yml (limited to 'pods.yml') diff --git a/pods.yml b/pods.yml new file mode 100644 index 0000000..c4bb25b --- /dev/null +++ b/pods.yml @@ -0,0 +1,7 @@ +- name: Docker Containers (Pods) + hosts: all + remote_user: root + roles: + - role: ands_pods + + -- cgit v1.2.1