ansible all -m shell -a'yum -y install nginx'
ansible all -m shell -a'systemctl restart nginx'
ansible all -m shell -a' systemctl stop nginx && yum -y remove nginx'
2. file模块,file模块------创建文件,目录等
ansible all -mfile-a'path=/home/mqq state=directory'#指定目录在/home目录下创建
ansible all -mfile-a'path=mqq state=directory'#默认在/root目录下创建
ansible all -m shell -a'rm -fr /home/mqq'#删除/home下的目录mqq
ansible all -a"ls -ld /root/mqq"#查看目录和目录的属性
ansible all -mfile-a'path=/root/mqq/body.txt state=touch'#创建一个空文件
ansible all -m shell -a'ls -l /root/mqq/body.txt'
ansible all -mfile-a'src=/root/mqq/ path=/tmp/maqq state=link'#创建快捷方式ansible all -mfile-a'path=/root/mqq/body.txt state=absent'#删除/root/mqq下的这个文件body.txt
ansible all -mfile-a'path=/root/mqq state=absent'#删除/root下的mqq目录
ARINC825规范简介
机载CAN网络通用标准
ARINC825规范全称为机载CAN网络通用标准(The General Standardization of CAN for Airborne Use)。顾名思义,ARINC825规范是建立在CAN物理网络基础上的高层规范。CAN网络使用共享的双绞电缆传输数据&…