Simple host names in etc/hosts which arent used just yet

This commit is contained in:
2024-05-14 22:19:22 -07:00
parent cfb7114597
commit 715ac65831
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Allows the host to resolve names that we use in cluster
- name: Ensure host can resolve its own service names
lineinfile:
path: /etc/hosts
state: present
line: "192.168.1.100 {{ item }}"
loop:
- files.cluster.local
- nginx.cluster.local