Skip to content
Snippets Groups Projects
make_files.yml 459 B
Newer Older
---
# just calculates an etc hosts
- hosts: 'all'
  tasks:
  - include_vars: vars/passwords.yml
  - include_vars: vars/names.yml
  - include_vars: vars/ldapConfig.yml
  - include_vars: vars/filesystems.yml
  - include_vars: vars/slurm.yml
  - include_vars: vars/vars.yml
- hosts: 'all'
  tasks:
  - { name: setup, setup: }
- hosts: 'ManagementNodes'
  roles:
  - { role: calculateEtcHosts }
  
#- hosts: 'NFSNodes'
#  roles:
#  - { role: calculateExports }