Skip to content

installing nfs ganesha does not work. #48

@kristvanbesien

Description

@kristvanbesien

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions