added azure mysql server

This commit is contained in:
David Rojas
2020-10-30 16:07:48 -07:00
parent 79211c4420
commit ad2bf1ac4f
6 changed files with 196 additions and 15 deletions

View File

@@ -3,16 +3,17 @@
hosts: lb
connection: local
gather_facts: false
tasks:
- name: CREATE NODES
bigip_node:
- name: CREATE POOL
bigip_pool:
provider:
server: "{{private_ip}}"
user: "{{ansible_user}}"
password: "{{ansible_ssh_pass}}"
server_port: 8443
validate_certs: false
host: "{{hostvars[item].ansible_host}}"
name: "{{hostvars[item].inventory_hostname}}"
loop: "{{ groups['web'] }}"
name: "http_pool"
lb_method: "round-robin"
monitors: "/Common/http"
monitor_type: "and_list"