vundb/ansible-role-wordpress

Ansible role to manage wordpress instances.

1.0.0 2018-09-10 10:19 UTC

This package is auto-updated.

Last update: 2024-05-10 23:19:44 UTC


README

Ansible role to manage wordpress instances.

Role Variables

  • wordpress_config: Dictionary with wordpress configuration. See default vars file

  • wordpress_version: Version to let the role choose the right template for the config file.

Example Playbook

- hosts: all
  roles:
    - role: vundb-wordpress
      wordpress_config:
        db_name: wordpress
        db_user: wordpress
        db_password: wordpress
        table_prefix: wp_

License

MIT

Author Information

  • You can find more roles in my GitHub channel vundb
  • Follow me on Twitter @vundb