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/tasks/cpanel-dnsonly.yml | |
| parent | 33af7561882425e6e1a2d3ed56e46f2c5a10033f (diff) | |
Added handler logic in host role, added ssh hardening
Diffstat (limited to 'roles/host/tasks/cpanel-dnsonly.yml')
| -rw-r--r-- | roles/host/tasks/cpanel-dnsonly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/host/tasks/cpanel-dnsonly.yml b/roles/host/tasks/cpanel-dnsonly.yml index dbb9062..27b00fe 100644 --- a/roles/host/tasks/cpanel-dnsonly.yml +++ b/roles/host/tasks/cpanel-dnsonly.yml @@ -9,7 +9,7 @@ - name: Turn off firewalld ansible.builtin.service: name: "firewalld" - state: stopped + state: "stopped" enabled: false - name: Create new tmp directory for podman |
