Replies: 0
I have a number of sites to manage on hosts that I manage. Instead of logging in by hand and configuring the email, optimizing etc, I’d like to make an ansible script to do it for me. What steps would I need to do in order to get wordfence configured?
So far I see:
set alertEmails in wf_config
set up .htaccess and wordfence-waf.php
Configure with wp eval ‘wordfence::importSettings(..);’
I haven’t yet attempted but does this sound possible?