Ansible
October 16, 2023 |
ansible
- tags
- IaC
adhoc commands #
Examples #
shell command
ansible -m shell -i environments/testing/inventory -l enterprise-search -b enterprise-search -a "cd /tmp; nohup /usr/share/enterprise-search/bin/enterprise-search > nohup.out 2>&1 &"
Details #




