This role lets you perform various tasks on your WordPress instances. Currently the only supported task is update.
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 . |
- include_role:
name: noobient.wordpress
vars:
path: '/var/www/html/wordpress'
user: nginx
dry_run: false
N/A
Platform | Support | Status |
---|---|---|
Linter | ✅ | |
AlmaLinux 8 | ✅ | |
AlmaLinux 9 | ✅ | |
Fedora 40 | ✅ | |
Fedora 41 | ✅ | |
Ubuntu 20.04 | ✅ | |
Ubuntu 22.04 | ✅ | |
Ubuntu 24.04 | ✅ |