diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-15 19:57:19 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-15 19:57:19 +0100 |
commit | 44de4763a3813e951f1c0360e51539aa8005768f (patch) | |
tree | 3de65098b40f3f33b7328a037d66636ebfb7da29 /shell.yml | |
parent | 603015c7760e12e30cf4f44da22d2be296eafd16 (diff) | |
download | infra-44de4763a3813e951f1c0360e51539aa8005768f.tar.gz infra-44de4763a3813e951f1c0360e51539aa8005768f.tar.bz2 infra-44de4763a3813e951f1c0360e51539aa8005768f.zip |
Add shell playbook to setup shellbox
Diffstat (limited to 'shell.yml')
-rw-r--r-- | shell.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell.yml b/shell.yml new file mode 100644 index 0000000..fed8ba5 --- /dev/null +++ b/shell.yml @@ -0,0 +1,4 @@ +- name: Setup shell machines + hosts: shell + roles: + - { role: mutt } |