refactor: reorganize Ansible tasks for better structure and include common package installations
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 40s
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 40s
This commit is contained in:
6
config/ansible/tasks/servers/server.yml
Normal file
6
config/ansible/tasks/servers/server.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Ensure common packages are installed
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- openssh-server
|
||||
state: present
|
||||
become: true
|
Reference in New Issue
Block a user