ansible:services
Services
ansible -m service -a "name=httpd state=stopped" localhost ansible -m service -a "name=httpd state=started" localhost
copy a file
ansible -m copy -a "src=/tmp/test dest=/tmp/test2" localhost
ansible/services.txt · Last modified: 2024/11/10 08:00 by 127.0.0.1
