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
Raw Normal View History

---
# 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
2022-10-24 14:00:52 +00:00
- inclide: hosts.yml
- include: sshd.yml
- include: scripts.yml
- include: ldap.yml