ansible_dev_env/adhoc_ck-uptimes.sh

5 lines
77 B
Bash
Executable File

#!/bin/bash
ansible all -i inventory/prod.yml -u root -m shell -a "uptime"