ansible ad-hoc systemd  service # 启动与停止服务 模块

启动服务

ansible backup -m systemd -a 'name=rsyncd state=started enabled=yes'

systemd:
name: 服务名称
state:
started: 启动
stopped: 停止
restarted: 重启
reloaded: 重新加载
enabled: yes 开机自动启动
enabled: no 开机禁止启动

欢迎来撩 : 汇总all

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章