@@ -9,16 +9,22 @@
|
||||
# ===================================================================================================
|
||||
|
||||
---
|
||||
- include_vars: "{{ ansible_distribution }}.yml"
|
||||
- name: Include distribution variables
|
||||
ansible.builtin.include_vars: "{{ ansible_distribution }}.yml"
|
||||
|
||||
# Setup the ansible user
|
||||
- include_tasks: users/ansible.yml
|
||||
- include_tasks: users/noahk.yml
|
||||
- name: Create ansible user
|
||||
ansible.builtin.include_tasks: users/ansible.yml
|
||||
- name: Create usable user
|
||||
ansible.builtin.include_tasks: users/noahk.yml
|
||||
|
||||
# Setup the sshd
|
||||
- include_tasks: system/openssh.yml
|
||||
# Setup the sshd
|
||||
- name: Setup openssh
|
||||
ansible.builtin.include_tasks: system/openssh.yml
|
||||
|
||||
# Setup the repositories for Debian based systems
|
||||
- include_tasks: software/repositories.yml
|
||||
- name: Setup Debian based repositories
|
||||
ansible.builtin.include_tasks: software/repositories.yml
|
||||
|
||||
- include_tasks: software/acl.yml
|
||||
- name: Install and configure UFW
|
||||
ansible.builtin.include_tasks: software/ufw.yml
|
||||
|
||||
Reference in New Issue
Block a user