this playbook installs WordPress on a Debian 10 ("buster") minimal installation
ansible-playbook site.yml
- Hosts can be configured in the inventory/ directory.
- HostsVariables (username, password, etc) are in the group_vars directory.
- Inventory path can be configured in the ansible.cfg file.