Fixed ansible script
This commit is contained in:
21
ansible-playbooks/common/config.ini
Normal file
21
ansible-playbooks/common/config.ini
Normal file
@@ -0,0 +1,21 @@
|
||||
[all:vars]
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
ansible_user=ansible
|
||||
ansible_ssh_private_key_file=~/.ssh/id_ed25519
|
||||
|
||||
[lxc-hosts]
|
||||
postgres ansible_host=192.168.1.170
|
||||
gitea ansible_host=192.168.1.172
|
||||
appserver ansible_host=192.168.1.173
|
||||
|
||||
[workload-hosts]
|
||||
authentik ansible_host=192.168.1.171
|
||||
pangolingw ansible_host=192.168.1.175
|
||||
|
||||
[docker-hosts]
|
||||
authentik ansible_host=192.168.1.171
|
||||
appserver ansible_host=192.168.1.173
|
||||
|
||||
[k3s-hosts]
|
||||
k3smainnode ansible_host=192.168.1.177
|
||||
k3sworkernode ansible_host=192.168.1.178
|
||||
Reference in New Issue
Block a user