debops.wpcli
WP-CLI framework is a PHP script which can be used to manage WordPress installations via the Linux shell. It provides a command line interface to WP Admin dashboard, provides an interface for cron task execution for a given WordPress website, create backups, and lots of other things.
The debops.wpcli
Ansible role can be used to install WP-CLI on a host
managed by DebOps, which in turn enables management of per-user WordPress
websites. The role is designed with shared hosting environment in mind; users
need to utilize other DebOps/Ansible roles to manage the webserver, database engine, PHP
environment and UNIX accounts, etc.
Copyright
debops.wpcli - Install WP-CLI framework using Ansible
Copyright (C) 2019 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2021 Alin Alexandru <alin.alexandru@innobyte.com>
Copyright (C) 2019 DebOps <https://debops.org/>
SPDX-License-Identifier: GPL-3.0-only
This Ansible role is part of DebOps.
DebOps is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
DebOps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DebOps. If not, see https://www.gnu.org/licenses/.