Skip to content

Commit fc1155b

Browse files
authored
Add Ubuntu 20.04 focal fossa as optional OS for dynamic inventory (#69)
Signed-off-by: Daniel Chaffelson <[email protected]>
1 parent 7d149ae commit fc1155b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/infrastructure/vars/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ infra__dynamic_inventory_images_default:
4343
user: 'ubuntu'
4444
owners:
4545
- '099720109477'
46+
focal:
47+
search: 'ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server*'
48+
user: 'ubuntu'
49+
owners:
50+
- '099720109477'
4651

4752
infra__all_ports_security_rule:
4853
aws: -1

0 commit comments

Comments
 (0)