This repository has been archived on 2023-05-19. You can view files and clone it, but cannot push or open issues or pull requests.
skylab-ansible/roles/server/tasks/main.yaml
Ethan Paul 96ea66b77a
Reorganize provision playbook
Split server-specific configs out into server role

Add symlink to roles for playbook directory
2021-11-05 22:31:09 -04:00

7 lines
152 B
YAML

---
- name: Configure sudoers file
ansible.builtin.import_tasks: sudoers.yaml
- name: Configure SSH server
ansible.builtin.import_tasks: sshd.yaml