diff options
author | Thomas Stringer <github@trstringer.com> | 2017-08-29 23:29:44 +0200 |
---|---|---|
committer | Matt Davis <nitzmahone@users.noreply.github.com> | 2017-08-29 23:29:44 +0200 |
commit | 40b7dffea8a2486be324f135cc615c7d00a06ffe (patch) | |
tree | 2444fe5d5e1610fc0624ccf02cf992950a717d9c /test/integration/targets/azure_rm_loadbalancer/aliases | |
parent | s3_sync: add delete option - fixes #25884 (#28249) (diff) | |
download | ansible-40b7dffea8a2486be324f135cc615c7d00a06ffe.tar.xz ansible-40b7dffea8a2486be324f135cc615c7d00a06ffe.zip |
Azure load balancer support (#26099)
* (wip) add partial loadbalancer module
* (wip) add ability to use a public ip for a load balancer
* fix shebang
* add backend address pool to load balancer
* remove unncessary error variable
* add probe support to load balancer
* add ability to add load distribution rule to load balancer
* add nat pool functionality to azure load balancer
* fix pep8 errors from sanity check
* add documentation for load balancer
* refactor imports
* fix license header copyright
* add facts module for azure load balancer
* fix ansible-test failures
* add integration tests for load balancer
* fix metadata version
* add complex integration test to azure_rm_loadbalancer
Diffstat (limited to 'test/integration/targets/azure_rm_loadbalancer/aliases')
-rw-r--r-- | test/integration/targets/azure_rm_loadbalancer/aliases | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/targets/azure_rm_loadbalancer/aliases b/test/integration/targets/azure_rm_loadbalancer/aliases new file mode 100644 index 0000000000..d6ff84111c --- /dev/null +++ b/test/integration/targets/azure_rm_loadbalancer/aliases @@ -0,0 +1,3 @@ +cloud/azure +posix/ci/cloud/azure +destructive |