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 --- scripts.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts.yml (limited to 'scripts.yml') diff --git a/scripts.yml b/scripts.yml new file mode 100644 index 0000000..8c0aa4c --- /dev/null +++ b/scripts.yml @@ -0,0 +1,6 @@ +- name: Common Software + hosts: all + remote_user: root + roles: + - role: ands_scripts + -- cgit v1.2.1