ansible_dev_env/adhoc_ck-kernels.sh

5 lines
79 B
Bash
Executable File

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