ontic.php

Ontic PHP Status

Branch Build Galaxy Release
master Build Galaxy Release

Introduction

This tool helps you install PHP on RedHat/CentOS and Debian/Ubuntu Linux servers.

Requirements

Name Version
None N/A

Installation

We recommend using Ansible Galaxy to install this tool, as it will automatically take care of any required components. However, there are other ways to install it too.

1.1 Downloading

You can download the project files as a .zip file and unzip them into your ./roles/ folder.

1.2 Cloning

You can clone the project into your ./roles/ folder.

1.3 Ansible Galaxy

The easiest way to install is using the command line:

$ ansible-galaxy install ontic.php

If you have more roles to install, you can list them in a requirements.yml file for the ansible-galaxy CLI to read.

- src: ontic.php

Then run:

$ ansible-galaxy install -r requirements.yml

Alternatively, you can download the source by specifying the repository in your requirements.yml file:

- src: git+https://github.com/ontic/ansible-role-php.git
  version: master
  name: ontic.php

2.1 Enabling

You need to enable the role in your playbook file.

- name: Example web server
  hosts: web_servers
  roles:
    - { role: ontic.php }

Documentation

You can find the complete documentation in the docs folder.

Contributors

Here are the people who have contributed to this project. If you want to help, feel free to make a pull request or submit an issue.

License

This project is licensed under the BSD License. For details, see the LICENSE file.

Informazioni sul progetto

This role installs PHP on RedHat/CentOS and Debian/Ubuntu Linux servers.

Installa
ansible-galaxy install ontic.php
Licenza
other
Download
235
Proprietario