-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.yaml
executable file
·64 lines (64 loc) · 1.52 KB
/
inventory.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
groups:
- name: ssh_bastion_hosts
targets:
- uri: ssh.shapes-registry.org
name: ssh_bastion_a
config:
ssh:
user: ec2-user
run-as: root
run-as-command:
- sudo
- "-nkSEu"
## At the moment, parallelcluster is configured
## with the pcluster scripts in some s3 bucket.
#- name: pcluster_host
# targets:
# - uri: sbo-poc-pcluster.shapes-registry.org
# name: pcluster
# config:
# ssh:
# user: ec2-user
# run-as: root
# run-as-command:
# - sudo
# - "-nkSEu"
# facts:
# operatingsystem: CentOS
# osfamily: RedHat
# features:
# - puppet-agent
# Also the first test VM was deleted.
#- name: hpc_compute_vms
# targets:
# - uri: sbo-poc-compute1.shapes-registry.org
# name: compute1
# config:
# ssh:
# user: ubuntu
# run-as: root
# run-as-command:
# - sudo
# - "-nkSEu"
## The second test VM was deleted.
# - uri: sbo-poc-compute2.shapes-registry.org
# name: compute2
# config:
# ssh:
# user: ubuntu
# run-as: root
# run-as-command:
# - sudo
# - "-nkSEu"
config:
transport: ssh
ssh:
user: ec2-user
run-as: root
run-as-command:
- sudo
- "-nkSEu"
# if not set: use ssh agent
#private-key: /Users/verachte/.ssh/aws_coreservices_private_key
host-key-check: false
load-config: false