PHP Classes

File: ansible/roles/swap/tasks/main.yml

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

Contents

Class file image Download
--- - name: swap | copy swap_create file sudo: yes template: src=increase_swap.tpl dest=/tmp/increase_swap.sh owner=root group=root - name: SYS | Increase SWAP sudo: yes shell: "sh /tmp/increase_swap.sh"