This repository has been archived on 2022-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
sysconfig/roles/common/tasks/main.yml

11 lines
279 B
YAML

---
# This is the baseline configuration for all hosts. Logic and exceptions based on host should be kept at a very minimum.
- name: Baseline configuration
meta: noop
- include: packages.yml
- inclide: hosts.yml
- include: sshd.yml
- include: scripts.yml
- include: ldap.yml