Skip to content
Felipe Machado edited this page May 8, 2018 · 1 revision

Using QLF project as example on the machine gwicx

Add api key

  • On http://RUNDECK_URL/menu/storage add the machine private key for the user that will be used to access via ssh choosing a KEY_NAME.

Add a node resource

  • On rundeck main folder after first initialization edit data/projects/QLF/etc/resources.xml adding the line:
  <node name="gwicx" description="Server node gwicx" tags="" hostname="gwicx.linea.gov.br" osArch="amd64" osFamily="unix" osName="Linux" osVersion="3.10.0-693.5.2.el7.x86_64" username="USER_NAME"  ssh-keypath="/var/lib/rundeck/KEY_NAME.key"/>

Available nodes

  • http://RUNDECK_URL/project/QLF/nodes
Clone this wiki locally