added docs to setup ansible
This commit is contained in:
@@ -88,7 +88,7 @@ GLOBAL OPTIONS:
|
||||
|
||||
<br>
|
||||
|
||||
# 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=<ip address>
|
||||
```
|
||||
@@ -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```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user