Skip to content
Snippets Groups Projects
Commit 7148c282 authored by František Dvořák's avatar František Dvořák
Browse files

Initial import

parents
No related branches found
No related tags found
No related merge requests found
---
allnodes:
children:
master:
worker:
all:
vars:
ansible_become: yes
ansible_user: egi
site_name: cesnet-mcc
vault_mount_point: eosc/dev
../cesnet-central/playbooks/k8s.yaml
\ No newline at end of file
../cesnet-central/playbooks/public_keys
\ No newline at end of file
# export the NFS directory to all the cluster members
/exports {% for host in groups['allnodes'] -%}{{ host }}(rw,async,no_root_squash,no_subtree_check) {% endfor -%}
---
collections:
- ansible.posix
- community.general
- community.hashi_vault
roles:
- grycap.kubernetes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment