From dc0d91f11aade3efcf7ee05c91d0839e73fbfa25 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Fri, 30 Oct 2020 11:17:59 +0600 Subject: [PATCH] 1. add git cmd.txt 2. add reboot yml file --- cmd.txt | 1 + reboot_mcn0-3.yml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 cmd.txt create mode 100644 reboot_mcn0-3.yml 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 +