Last active
May 21, 2025 05:12
-
-
Save devops-school/0b5e746ab381e119723cbb8a83b39241 to your computer and use it in GitHub Desktop.
RUNDECK NODE SPEC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localhost: | |
nodename: local-1 | |
hostname: localhost | |
osVersion: 26~22.04.1-Ubuntu | |
osFamily: Linux | |
osArch: amd64 | |
description: Rundeck server node | |
osName: Linux | |
username: ubuntu | |
tags: '' | |
remote-node-1: | |
description: Remote SSH server node 1 | |
hostname: 65.2.153.2 | |
nodename: node1 | |
osArch: amd64 | |
osFamily: linux | |
osName: Linux | |
osVersion: 5.11.0-7612-generic | |
tags: 'node1' | |
username: ubuntu | |
ssh-authentication: privateKey | |
ssh-key-storage-path: keys/project/DevOpsSchool/rudeckkey | |
remote-node-2: | |
description: Remote SSH server node 2 | |
hostname: 52.66.236.156 | |
nodename: node2 | |
osArch: amd64 | |
osFamily: linux | |
osName: Linux | |
osVersion: 5.11.0-7612-generic | |
tags: 'node2' | |
username: ubuntu | |
ssh-authentication: privateKey | |
ssh-key-storage-path: keys/project/DevOpsSchool/rudeckkey | |
remote-node-3: | |
description: Remote SSH server node 3 | |
hostname: 13.232.137.62 | |
nodename: node3 | |
osArch: amd64 | |
osFamily: linux | |
osName: Linux | |
osVersion: 5.11.0-7612-generic | |
tags: 'node3' | |
username: ubuntu | |
ssh-authentication: privateKey | |
ssh-key-storage-path: keys/project/DevOpsSchool/rudeckkey | |
remote-node-4: | |
description: Remote SSH server node 4 | |
hostname: 13.201.133.240 | |
nodename: node4 | |
osArch: amd64 | |
osFamily: linux | |
osName: Linux | |
osVersion: 5.11.0-7612-generic | |
tags: 'node4' | |
username: ubuntu | |
ssh-authentication: privateKey | |
ssh-key-storage-path: keys/project/DevOpsSchool/rudeckkey | |
remote-node-4: | |
description: Remote SSH server node 5 | |
hostname: 3.7.65.62 | |
nodename: node5 | |
osArch: amd64 | |
osFamily: linux | |
osName: Linux | |
osVersion: 5.11.0-7612-generic | |
tags: 'node5' | |
username: ubuntu | |
ssh-authentication: privateKey | |
ssh-key-storage-path: keys/project/DevOpsSchool/rudeckkey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment