Ethan Paul
f1639dce1e
The overall config this will end up with is going to be nowhere near complicated enough to require the segmented structure of roles. A single directory of reusable tasks and resources will be much better
8 lines
115 B
YAML
8 lines
115 B
YAML
---
|
|
- name: Install SSH Banner
|
|
become: true
|
|
template:
|
|
src: motd.j2
|
|
dest: /etc/issue.net
|
|
mode: 0644
|