Updating Ubiqtorate

This commit is contained in:
2020-10-08 16:33:19 -05:00
parent eaeae93a0f
commit e12c8ff0c6
53 changed files with 1645 additions and 2 deletions

21
roles/SSH/tasks/main.yml Normal file
View File

@@ -0,0 +1,21 @@
---
- name: SSH
become: yes
package:
name:
- bash
- sudo
- name: SSH Config
become: yes
copy:
src: sshd_config
dest: /etc/ssh/ssh_config
- name: SSHD Config
become: yes
copy:
src: sshd_config
dest: /etc/ssh/sshd_config