diff options
| author | spmfox <spmfox@foxwd.com> | 2025-04-23 22:22:39 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-04-23 22:22:39 -0400 |
| commit | 87a216322a8a858b35ffb1a426ebbadc1395c0df (patch) | |
| tree | be354c436fb5f30422b2a3f43c5cf852da2735e6 /roles/host/defaults/main.yml | |
| parent | 33af7561882425e6e1a2d3ed56e46f2c5a10033f (diff) | |
Added handler logic in host role, added ssh hardening
Diffstat (limited to 'roles/host/defaults/main.yml')
| -rw-r--r-- | roles/host/defaults/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/host/defaults/main.yml b/roles/host/defaults/main.yml index 1e7f955..549d056 100644 --- a/roles/host/defaults/main.yml +++ b/roles/host/defaults/main.yml @@ -10,3 +10,7 @@ host_containers_user: "{{ containers_user if containers_user is defined else 'co host_patching: false host_patching_apply: false host_patching_reboot: "never" + +host_ssh_harden: false + +host_cpanel_installed: false |
