sury

Ansible Role: Install sury

Build Status

Installs sury repositories on Debian and ppa:ondrej/php on Ubuntu linux servers. More information can be found on deb.sury.org

Requirements

ansible 2.1+

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

sury_install_repositories: Yes

sury_apt_key: 'http://www.sury.org/sury.gpg'

sury_apt_packages:
 - apt-transport-https

sury_apt_repositories:
 - 'deb http://packages.sury.org {{ ansible_distribution_release }} all'
 - 'deb-src http://packages.sury.org {{ ansible_distribution_release }} all'

Dependencies

None.

Installation

$ ansible-galaxy install tschifftner.sury

Example Playbook

- hosts: server
  roles:
    - { role: tschifftner.sury }

Supported OS

  • Debian 9 (Stretch)
  • Debian 8 (Jessie)
  • Ubuntu 18.04 (Bionic Beaver)

Required ansible version

Ansible 2.5+

License

MIT License

Author Information

About

Installs sury repository for php7.x on Debian/Ubuntu linux servers.

Install
ansible-galaxy install tschifftner/ansible-role-sury
GitHub repository
License
mit
Downloads
7187
Owner
Kubernetes Software Architekt, Magento Certified Developer und Full-Stack Entwickler