Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installing nfs ganesha does not work. #48

Open
kristvanbesien opened this issue Apr 1, 2021 · 0 comments
Open

installing nfs ganesha does not work. #48

kristvanbesien opened this issue Apr 1, 2021 · 0 comments

Comments

@kristvanbesien
Copy link

Given the following playbook:

- name: install ganesha
  hosts: ganesha
  become: true
  vars:
    gluster_features_ganesha_volume: vol1
    gluster_features_ganesha_hostnames: 
    - "{{ groups['ganesha'] }}"
    gluster_features_ganesha_haname: ganesha
    gluster_features_ganesha_viplis: "192.168.21.21,192.168.21.22"
    gluster_features_ganesha_clusternodes:
    - "{{ groups['ganesha'] }}"
    gluster_features_ganesha_masternode: "{{ groups['ganesha'][0] }}"

  roles:
  - gluster.features

This fails at the "Copy the ssh keys to the local machine" task.

The reason is that it attempts to do this before those keys have been generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant