同步Astana客户验证环境配置

This commit is contained in:
Lu Qiuwen
2019-09-03 21:04:43 +08:00
parent 52aef274f7
commit 983985e92a
28 changed files with 293 additions and 32 deletions

6
remove_ansible_block.yml Normal file
View File

@@ -0,0 +1,6 @@
- hosts: all
tasks:
- name: "remove all ansible manange block"
blockinfile:
dest: "/etc/rc.d/rc.local"
state: absent