随笔分类 -  ansible

摘要:shell模块:在远程主机上执行主控端的shell/python脚本 用法:可执行多条命令,例如需要在node-1上创建3个ceph osd pool: ansible node-1 -m shell -a 'ceph osd pool create volumes 256 ; ceph osd p 阅读全文
posted @ 2017-06-23 15:35 xiaohao073 阅读(1722) 评论(0) 推荐(0)