6 lines
201 B
YAML
6 lines
201 B
YAML
---
|
|
- 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 |