PHP Classes

File: ansible/vars/all.yml

Recommend this page to a friend!
  Classes of Omar Shaban   PHP Game of Three   ansible/vars/all.yml   Download  
File: ansible/vars/all.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Game of Three
Game of Three implementation using Websockets
Author: By
Last change:
Date: 2 years ago
Size: 679 bytes
 

Contents

Class file image Download
--- server: install: '1' packages: [vim, git, daemon] timezone: UTC locale: en_US.UTF-8 swap_size: 1024 # in MB vagrant_local: install: '1' vm: { base_box: '', hostname: default, ip: 192.168.55.99, memory: '1024', sharedfolder: ./, syncType: nfs } nginx: install: '1' docroot: /vagrant/web servername: game-o-three.dev mysql: install: '1' root_password: '123' database: game_o_three user: vagrant password: vagrant dump: '' php: install: '1' ppa: php5-5.6 packages: [php5-cli, php5-intl, php5-mcrypt, php5-curl, php5-mongo] pecl_packages: [mongo] composer: install: '1' rabbitmq_version: 3.4.3