mirror of
https://github.com/KevinMidboe/kazan-ansible.git
synced 2025-10-29 01:30:16 +00:00
Ansible project config & cluster inventory file
This commit is contained in:
3
ansible.cfg
Normal file
3
ansible.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
[defaults]
|
||||
remote_user = ubuntu
|
||||
host_key_checking = False
|
||||
14
kazan.ini
Normal file
14
kazan.ini
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user