diff options
Diffstat (limited to 'storage.yml')
-rw-r--r-- | storage.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/storage.yml b/storage.yml new file mode 100644 index 0000000..787f0b5 --- /dev/null +++ b/storage.yml @@ -0,0 +1,6 @@ +- name: Common Software + hosts: all + remote_user: root + roles: + - role: storage + |