瀏覽代碼

ansible review

Monf 8 年之前
父節點
當前提交
e1969533cb
共有 1 個文件被更改,包括 3 次插入5 次删除
  1. 3 5
      neurons/ansible_playbook/README.md

+ 3 - 5
neurons/ansible_playbook/README.md

@@ -2,11 +2,9 @@
 
 ## Synopsis
 
-Run an Ansible playbook. Ansible is a free-software platform for configuring and managing computers which combines multi-node software deployment, 
-ad hoc task execution, and configuration management.
+Run an Ansible playbook. Ansible is a free-software platform for configuring and managing computers which combines multi-node software deployment, ad hoc task execution, and configuration management.
 
-Playbooks are Ansible’s configuration, deployment, and orchestration language. They can describe a policy you want your remote systems to enforce, 
-or a set of steps in a general IT process.
+Playbooks are Ansible’s configuration, deployment, and orchestration language. They can describe a policy you want your remote systems to enforce, or a set of steps in a general IT process.
 
 This neuron can be used to perform complex operation with all [modules available from Ansible](http://docs.ansible.com/ansible/modules.html).
 
@@ -74,4 +72,4 @@ Here is the example of synapse you would use to perform a call to a web service
           cmd: "curl -i --user admin:secret -H \"Content-Type: application/json\" -X POST -d '{\"app_name\":\"music\",\"state\":\"start\"}' http://192.168.0.17:8000/app"      
     signals:
       - order: "start music rock"
-```
+```