Akilan1999 / p2p-rendering-computation

p2p network to enable running distributed computation and rendering.
https://p2prc.akilan.io/
GNU General Public License v2.0
27 stars 9 forks source link

Added possibility to execute plugin from Cli #59

Closed Akilan1999 closed 3 years ago

Akilan1999 commented 3 years ago

Added possibility to execute plugin from Cli

Ex:

p2prc --plugin TestAnsible --id 858912730fb34f3cce38ef6d405e04519e44f50c2a496cd400e75aaa0def3c80

Output:

success ── 
success ── PLAY [all] ******************************************************************************************************************************
success ── 
success ── TASK [Gathering Facts] ******************************************************************************************************************
success ── ok: [host1]
success ── 
success ── TASK [simple-ansibleplaybook] ***********************************************************************************************************
success ── ok: [host1] => {
success ──     "msg": "Your are running 'simple-ansibleplaybook' example"
success ── }
success ── 
success ── PLAY RECAP ******************************************************************************************************************************
success ── host1                      : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
success ── 
Success
akilan@a