summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts.yml4
-rw-r--r--master.yml1
-rw-r--r--shell.yml4
3 files changed, 9 insertions, 0 deletions
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 }