Directory structures and names changed to be follow the order of creation->provisioning->maintainance

This commit is contained in:
2026-07-07 11:41:21 +00:00
parent e033652d3e
commit efa9dfcbac
17 changed files with 48 additions and 41 deletions
@@ -0,0 +1,12 @@
---
- name: Create and set up Ansible user and environment
ansible.builtin.include_tasks: prepare_ansible_user.yaml
- name: Improve SSH configuration
ansible.builtin.include_tasks: harden_ssh.yaml
- name: Install basic utils
ansible.builtin.include_tasks: install_basic_utils.yaml
- name: Create and set up a new user
ansible.builtin.include_tasks: create_new_user.yaml