PHP Classes

File: ansible/roles/mongodb/handlers/main.yml

Recommend this page to a friend!
  Classes of Omar Shaban   PHP Game of Three   ansible/roles/mongodb/handlers/main.yml   Download  
File: ansible/roles/mongodb/handlers/main.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: 192 bytes
 

Contents

Class file image Download
--- - name: mongodb-start service: name=mongodb state=started - name: mongodb-restart service: name=mongodb state=restarted - name: mongodb-reload service: name=mongodb state=reloaded