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