mirror of
				https://github.com/Telecominfraproject/wlan-toolsmith.git
				synced 2025-10-30 18:37:47 +00:00 
			
		
		
		
	Add lab-ctrl9 to inventory to provide access to advanced-03 lab (#208)
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
		| @@ -5,6 +5,7 @@ all: | |||||||
|     lab_ctlr3: |     lab_ctlr3: | ||||||
|     lab-ctlr4: |     lab-ctlr4: | ||||||
|     lab-ctlr5: |     lab-ctlr5: | ||||||
|  |     lab-ctlr9: | ||||||
|   children: |   children: | ||||||
|     ananda_gateways: |     ananda_gateways: | ||||||
|       hosts: |       hosts: | ||||||
| @@ -43,3 +44,10 @@ all: | |||||||
|           ansible_ssh_pass: "{{ lookup('amazon.aws.aws_secret', 'Testbeds/UserCredentials.lanforge_user_password', nested=true) }}" |           ansible_ssh_pass: "{{ lookup('amazon.aws.aws_secret', 'Testbeds/UserCredentials.lanforge_user_password', nested=true) }}" | ||||||
|           ansible_ssh_common_args: -J ubuntu@3.130.51.163 |           ansible_ssh_common_args: -J ubuntu@3.130.51.163 | ||||||
|           ananda_token: "{{ lookup('amazon.aws.aws_secret', 'Ananda/GatewayTokens.lab-ctlr5', nested=true) }}" |           ananda_token: "{{ lookup('amazon.aws.aws_secret', 'Ananda/GatewayTokens.lab-ctlr5', nested=true) }}" | ||||||
|  |         lab-ctlr9: | ||||||
|  |           ansible_host: 10.28.3.115 | ||||||
|  |           ansible_user: lanforge | ||||||
|  |           ansible_become_pass: "{{ lookup('amazon.aws.aws_secret', 'Testbeds/UserCredentials.lanforge_user_password', nested=true) }}" | ||||||
|  |           ansible_ssh_pass: "{{ lookup('amazon.aws.aws_secret', 'Testbeds/UserCredentials.lanforge_user_password', nested=true) }}" | ||||||
|  |           ansible_ssh_common_args: -J ubuntu@3.130.51.163 | ||||||
|  |           ananda_token: "{{ lookup('amazon.aws.aws_secret', 'Ananda/GatewayTokens.lab-ctlr9', nested=true) }}" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Johann Hoffmann
					Johann Hoffmann