From b6d757d5e33380aed5b0e9eccc6315aed80e50aa Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar Date: Fri, 16 Jul 2021 18:28:41 +0400 Subject: [PATCH] added docs to setup ansible --- Docs/Installation.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Docs/Installation.md b/Docs/Installation.md index 3b17f13..fe681b8 100644 --- a/Docs/Installation.md +++ b/Docs/Installation.md @@ -88,7 +88,7 @@ GLOBAL OPTIONS:
-# Using the Cli commands +# Using basic commands ### Start as a server Do ensure you have docker installed for this @@ -96,7 +96,7 @@ Do ensure you have docker installed for this p2prc -s ``` -### View server Speciafication +### View server Specification ``` p2prc --specs= ``` @@ -133,3 +133,19 @@ p2prc --ls p2prc --ni ``` +### Using Plugins +This feature is still Under Development + +#### Dependencies +- Ansible: + - Debian/ubuntu: ```sudo apt install ansible``` + - Others: [Installation link](https://ansible-tips-and-tricks.readthedocs.io/en/latest/ansible/install/) + +#### Set ansible host_key_checking to false +- On linux + - ```sudo nano /etc/ansible/ansible.cfg```: Open the following file. If this file is not found then where + ever the file ```ansible.cfg``` is located. + - Add or uncomment ```host_key_checking = False``` + + +