diff --git a/cmd.txt b/cmd.txt new file mode 100644 index 0000000..d4fe558 --- /dev/null +++ b/cmd.txt @@ -0,0 +1 @@ +git clone ssh://root@10.4.61.1/home/ceiec/tsg-scripts diff --git a/reboot_mcn0-3.yml b/reboot_mcn0-3.yml new file mode 100644 index 0000000..2187141 --- /dev/null +++ b/reboot_mcn0-3.yml @@ -0,0 +1,9 @@ +- hosts: + - adc_mcn0 + - adc_mcn1 + - adc_mcn2 + - adc_mcn3 + remote_user: root + roles: + - reboot +