Skip to content

Commit

Permalink
Fixes #189 - enable named-chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
viccross committed Aug 20, 2024
1 parent d133f5b commit 16238de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ EOF
# sed -i.bak '/bastion_public_ip_address/c \bastion_public_ip_address: '\"${IPADDR}\" /opt/ansible/inventory/group_vars/all.yml
# Run Ansible playbook to update the BIND configuration
(cd /opt/ansible && ansible-playbook -i inventory update-dns-domain.yml)
# start named
# start and enable named
systemctl start named-chroot.service
systemctl enable named-chroot.service

# Regenerate all the certificates
(cd /opt/ansible && ansible-playbook -i inventory regen-certificates.yml)
Expand Down

0 comments on commit 16238de

Please sign in to comment.