hashbangcode.pantheon-cli
Ansible Role: Pantheon CLI
This is an Ansible role that installs the Pantheon CLI (also known as Terminus).
Requirements
To use Terminus, you need to have PHP and cURL installed and accessible from the command line.
You must have at least these packages installed:
- PHP version 5.5.9 or newer
- PHP-CLI
- PHP-CURL
Role Variables
pantheon_cli_version
: the current default version is0.13.1
Dependencies
There are no dependencies.
Example Playbook
- hosts: servers
roles:
- { role: hashbangcode.pantheon-cli }
License
MIT License