Friday, December 4, 2020

Rundeck: Define remote node with resources.xml

<project>

<node name="ansible01"

  tags="opensusei, linux"

  osFamily="unix"

  username="rundeck"

  hostname="34.72.107.63"

  ssh-key-storage-path="keys/rundeck/rundeckmac"

  file-copier="ssh-copier"

  ssh-options="-o ConnectTimeout=5000" />

</project>

No comments:

Post a Comment