Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoya82 committed May 30, 2024
1 parent 50107ab commit 2ff7381
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions playbooks/sgrt-install.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
---

- hosts:
#- hacc-build
#- alveo-u250
#- alveo-u280
#- alveo-u50d
#- alveo-u55c
#- versal-vck5000
- hacc-build
- alveo-u250
- alveo-u280
- alveo-u50d
- alveo-u55c
- versal-vck5000
- hacc-boxes
#- alveo-u55c-01.inf.ethz.ch
#- hacc-box-01.inf.ethz.ch
#- hacc-box-01.inf.ethz.ch
#- hacc-box-02.inf.ethz.ch
#- alveo-u55c-03.inf.ethz.ch
become: true
become_method: community.general.sudosu
become_user: root
Expand All @@ -26,7 +23,7 @@
include_path: "{{ sgrt_base_path }}/include"
cli_name: sgutil
#installation control (all means we attempt to create and copy all directories, files, and functions or scripts)
all: false
all: true
#api installation
api: false #true----------------
#cli installation
Expand All @@ -41,7 +38,7 @@
reboot: false
run: false
set: false
sgutil: true
sgutil: false
templates: false #true-----------------------------------
validate: false
#workflows
Expand Down

0 comments on commit 2ff7381

Please sign in to comment.