ssh: keys: # # : # pubkeys: # - "" # - "" # access: # # Option 1: Access for on all nodes # # : global # # Option 2: Access for on list of given nodes: # # : # nodes: # - node1.in.ffho.net # - node2.in.ffho.net # # Option 3: Access as on all nodes matching at least one of tht # given roles: # # : # roles: # - webserver # - router # # # Examples: # max: pubkeys: - "ssh-rsa ABC max@pandora" access: root: global karsten: pubkeys: - "ssh-rsa ACBDE kb-light@leo-loewe" access: root: global: true build: nodes: - masterbuilder.in.ffho.net webmaster: pubkeys: - "ssh-rsa AAAfoo webmaster@apache" access: root: roles: - webserver nodes: - fe01.in.ffho.net