发布时间:2015-07-17 15:27:21
$ grep SBX list.csv
SBX,FET,1.fet.sbx,03 04 05 13 14 15
SBX,BET,2.bet.sbx,03 04 06 07 08 09 13 14 15 16 17 18 .........【阅读全文】
发布时间:2015-07-17 15:27:01
<br /><div id="codeText" class="codeText"><ol style="margin:0 1px 0 0;padding:5px 0pt;" start="1" class="dp-css none_number"><li>---</li><li>- hosts: localhost</li><li>gather_facts: no</li><li>tasks:</li><li>- name: "echo pid"</li><li>shel.........【阅读全文】
发布时间:2015-07-15 15:12:26
ansible-playbook deploy_cacert.yml -v --ask-pass --tags sandbox --extra-vars version=20150417<br /><br /># deploy_cacert.yaml<br /><br />- hosts: sbx_tomcat<br /> gather_facts: no<br /> sudo: yes<br /> sudo_user: zapp<br /> tags:<br /> - sandbox<br /> ta.........【阅读全文】
发布时间:2015-04-01 18:09:20
具体不解释了,在Docker上做测试,注释了一些没办法实现的功能如require/notify等。[root@localhost puppet]# tree modules/modules/└── apache ├── manifests │ └── init.pp └── templates └─.........【阅读全文】
发布时间:2015-04-01 17:41:52
# tree modules/foomodules/foo└── manifests └── init.ppclass foo ( $a = 'aaa', $b = 'bbb', $c = 'ccc',) { notify { "\na=${a}\nb=${b}\nc=${c} ": }}执行结果# puppet ap.........【阅读全文】