aboutsummaryrefslogtreecommitdiffstats
path: root/roles/ssh/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ssh/tasks/main.yml')
-rw-r--r--roles/ssh/tasks/main.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/roles/ssh/tasks/main.yml b/roles/ssh/tasks/main.yml
deleted file mode 100644
index 0fc2dee..0000000
--- a/roles/ssh/tasks/main.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-# ssh ~~ tasks/main.yml
-
----
-
-- name: Generate sshd configuration
- template:
- src: templates/sshd_config.j2
- dest: /etc/ssh/sshd_config
- owner: root
- group: "{{ group_root }}"
- mode: "0644"
-
-- name: Restart sshd
- service:
- name: sshd
- state: restarted
-
-- name: Check ssh connection
- wait_for:
- port: 22
- delay: 1
- state: started
remember that computers suck.