Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 359 Bytes

WordPress Ansible Demo

this playbook installs WordPress on a Debian 10 ("buster") minimal installation

Usage

 ansible-playbook site.yml

Parameters

  • 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.