91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ansible 相關命令備忘

發布時間:2020-04-06 18:22:21 來源:網絡 閱讀:335 作者:余偉兵 欄目:系統運維

常用的ansible命令,備忘。


一、修改/etc/ansible/hosts文件,將需要操作的主機添加進去:


vi /etc/ansible/hosts

[ywbhost]

192.16.1.[29:52] ansible_ssh_uer="root" ansible_ssh_pass="xxxxxx"


二、執行shell命令:

ansible ywbhost -m shell -a "/tmp/setdns.sh"


三、復制文件

復制文件到遠端主機copy:

ansible ywbhost -m copy -a "src=/etc/ansible/ywb/setdns.sh dest=/tmp/setdns.sh mode=755"

從遠端主機拷貝文件到本機,fetch:

ansible ywbhost -m fetch -a "src=/tmp/setdns.sh dest=/tmp/setdns.sh mode=755"


四、文本操作:

1、在文末添加一行

ansible ywbhost -m lineinfile -a "dest=/etc/chrony.conf line='server 192.168.1.33 iburst'"

2、替換一行

ansible all -m lineinfile -a "dest=/root/test.txt regexp='bbb' line='bbbbbbb'"

3、在某一行前面插入一行:

ansible all -m lineinfile -a "dest=/root/test.txt insertbefore='aa(.*)' line='eeee'"

4、在某一行后面插入一行,insertafter

ansible all -m lineinfile -a "dest=/root/test.txt insertafter='aa(.*)' line='eeee'"

5、刪除某一行:

ansible all -m lineinfile -a "dest=/root/test.txt regexp='aa(.*)' state=absent"

6、替換或添加某一行:ansible all -m lineinfile -a "dest=/root/test.txt regexp='he(.*)' line='lllll' state=present"


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

固原市| 西乌| 来宾市| 得荣县| 英山县| 崇文区| 资阳市| 太湖县| 岳普湖县| 安图县| 梁平县| 山东| 闻喜县| 新宁县| 云梦县| 邵阳市| 崇阳县| 竹溪县| 武胜县| 县级市| 巴中市| 邹城市| 临沂市| 南京市| 马关县| 鄱阳县| 泰州市| 永胜县| 昌图县| 曲麻莱县| 龙山县| 新竹县| 江北区| 尉犁县| 太湖县| 兴文县| 陵水| 汽车| 北安市| 柘荣县| 万安县|