stevenjlho.deployer

Ansible Role Deployer

This is an Ansible role for managing PHP Deployer, which you can find at deployer.org.

Requirements

You need PHP version 5.5.0 or higher.

Role Variables

  • deployer_version: "3.3.0"

    • This sets the version of Deployer you want to use.
  • deployer_path: "/usr/local/bin/dep"

    • This is where Deployer will be accessible on your system.
  • deployer_keep_upgrade: false

    • Change this to true if you want to automatically update Deployer to the latest version every time you run the playbook. The default is false.
  • deployer_force_upgrade: false

    • If you have an older version of Deployer installed and want to upgrade to the version set by deployer_version, change this to true. The default is false.

Dependencies

This role depends on geerlingguy.php.

Example Playbook

- hosts: localhost
  vars:
    deployer_keep_upgrade: true
  roles:
    - stevenjlho.deployer

License

This role is under the MIT license.

Author Information

This role was created in 2016 by Steven Ho.

Informazioni sul progetto

Ansible role for php deployer

Installa
ansible-galaxy install stevenjlho.deployer
Licenza
mit
Download
21.6k
Proprietario