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