diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..757f4e3 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +remote_user = ubuntu +host_key_checking = False diff --git a/kazan.ini b/kazan.ini new file mode 100644 index 0000000..a252570 --- /dev/null +++ b/kazan.ini @@ -0,0 +1,14 @@ +localhost ansible_connection=local + +[controller] +c1.kazan.schleppe ansible_host=c1.kazan.schleppe ansible_port=22 +c2.kazan.schleppe ansible_host=c2.kazan.schleppe ansible_port=22 +c3.kazan.schleppe ansible_host=c3.kazan.schleppe ansible_port=22 + +[worker] +w1.kazan.schleppe ansible_host=w1.kazan.schleppe ansible_port=22 +w2.kazan.schleppe ansible_host=w2.kazan.schleppe ansible_port=22 +w3.kazan.schleppe ansible_host=w3.kazan.schleppe ansible_port=22 + +[load-balancer] +lb1.kazan.schleppe ansible_host=lb1.kazan.schleppe ansible_port=22