Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 644 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 644 Bytes

Shortcuts

1, Clone : git clone https://github.com/bybai/xCAT_features.git

2, Execute playbooks under xCAT_features/xcat-automation: ansible-playbook -i hosts fast_cluster.yaml

Notes: default running on localhost, if runnig on different nodes, adding these nodes names in the hosts file. If need costomize variables, modify xcat-automation/fast_cluster.yaml. If need customize xcat-inventory data, modify xcat-automation/templates/

Useful commands

  • ansible-playbook -i hosts fast_cluster.yaml --list-hosts

  • To find out the variables and inventory available on the hosts:

    ansible -m setup -i hosts <hostname>