Skip to content

Commit

Permalink
playbooks/ci_standalone_setup: add super playbooks the CI ci_standalone
Browse files Browse the repository at this point in the history
This playbooks reboot on USB drive to reflash the firmware and configure
the machine.

Signed-off-by: Mathieu Dupré <[email protected]>
  • Loading branch information
dupremathieu authored and eroussy committed May 30, 2023
1 parent 0e39994 commit a060225
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions playbooks/ci_standalone_setup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (C) 2023 Savoir-faire Linux, Inc.
# SPDX-License-Identifier: Apache-2.0

---

- import_playbook: ci_reboot_on_usb_drive.yaml

- name: Reflash the machine
hosts: standalone_machine
gather_facts: false
tasks:
- name: Reboot the system
reboot:

- import_playbook: cluster_setup_configure_hosts.yaml

0 comments on commit a060225

Please sign in to comment.