mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-06 22:24:29 -07:00
adding gcp-http-lb role
This commit is contained in:
parent
9f02c01c84
commit
d2d7a95f38
8 changed files with 225 additions and 0 deletions
2
roles/gcp-http-lb/tests/inventory
Normal file
2
roles/gcp-http-lb/tests/inventory
Normal file
|
@ -0,0 +1,2 @@
|
|||
localhost
|
||||
|
5
roles/gcp-http-lb/tests/test.yml
Normal file
5
roles/gcp-http-lb/tests/test.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- gcp-http-lb
|
Loading…
Add table
Add a link
Reference in a new issue