ansible_dev_env/adhoc_ck-kernels.sh

5 lines
79 B
Bash
Raw Permalink Normal View History

2023-12-22 13:42:13 -05:00
#!/bin/bash
ansible all -i inventory/prod.yml -u root -m shell -a "uname -a"