diff options
Diffstat (limited to 'playbooks/bin.yml')
-rw-r--r-- | playbooks/bin.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/bin.yml b/playbooks/bin.yml new file mode 100644 index 0000000..9a5a1cf --- /dev/null +++ b/playbooks/bin.yml @@ -0,0 +1,7 @@ +--- + +- name: bin setup + hosts: bin + become: true + roles: + - bin |