Skip to content
Snippets Groups Projects
Commit a779ed98 authored by Reza Housseini's avatar Reza Housseini
Browse files

fix: use host names without dash

parent d15ae913
Branches
Tags
No related merge requests found
[master-root]
[master_root]
root@shpc0002.ost.ch
[master-software]
[master_software]
software@shpc0002.ost.ch
[master-software:vars]
[master_software:vars]
ansible_python_interpreter=/cluster/raid/home/software/.guix-profile/bin/python3
\ No newline at end of file
- name: Install software on cluster
hosts: master-software
hosts: master_software
vars_files:
- cluster_config/installation.yaml
- cluster_config/software.yaml
......
- name: Install system specific stuff on cluster
hosts: master-root
hosts: master_root
tasks:
- name: Download install script
ansible.builtin.get_url:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment