From 44de4763a3813e951f1c0360e51539aa8005768f Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 15 Jun 2024 19:57:19 +0100 Subject: Add shell playbook to setup shellbox --- hosts.yml | 4 ++++ master.yml | 1 + shell.yml | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 shell.yml diff --git a/hosts.yml b/hosts.yml index 87a7647..92c10c4 100644 --- a/hosts.yml +++ b/hosts.yml @@ -9,3 +9,7 @@ mail: vpn: hosts: gate.ilvokhin.com: + +shell: + hosts: + gate.ilvokhin.com: diff --git a/master.yml b/master.yml index 99aa520..7315830 100644 --- a/master.yml +++ b/master.yml @@ -2,3 +2,4 @@ - ansible.builtin.import_playbook: web.yml - ansible.builtin.import_playbook: mail.yml - ansible.builtin.import_playbook: vpn.yml +- ansible.builtin.import_playbook: shell.yml 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 } -- cgit v1.2.3-70-g09d2