Skip to content

noobient/ansible-galaxy-wordpress

Repository files navigation

noobient.wordpress

Synopsys

This role lets you perform various tasks on your WordPress instances. Currently the only supported task is update.

Parameters

Name Required Example Description
path no /var/www/html/wordpress Path to your WordPress instance. Only optional if dry_run is true.
user no nginx User to perform the action as. Defaults to root.
dry_run no true If true, only the required tools are installed, but the upgrade itself is not performed. Defaults to false.

Examples

- include_role:
    name: noobient.wordpress
  vars:
    path: '/var/www/html/wordpress'
    user: nginx
    dry_run: false

Return Values

N/A

Support

Platform Support Status
Linter Lint
AlmaLinux 8 AlmaLinux 8
AlmaLinux 9 AlmaLinux 9
Fedora 40 Fedora 40
Fedora 41 Fedora 41
Ubuntu 20.04 Ubuntu 20.04
Ubuntu 22.04 Ubuntu 22.04
Ubuntu 24.04 Ubuntu 24.04

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published