diff options
Diffstat (limited to 'pods.yml')
-rw-r--r-- | pods.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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 + + |