Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPENTLC lav environment is broken from RHTE Updates #2

Open
jackmanb1985 opened this issue Feb 22, 2023 · 0 comments
Open

OPENTLC lav environment is broken from RHTE Updates #2

jackmanb1985 opened this issue Feb 22, 2023 · 0 comments

Comments

@jackmanb1985
Copy link

example of a break

TASK: Add database IP address to app servers /etc/hosts
dest: /etc/hosts
regexp: '.*appdb1$'
line: "{{ groups.database_servers[0] }} database-01"

line: "{{ hostvars['appdb1']['ansible_default_ipv4']['address'] }} appdb1"

state: present

Ip Address config is missing which causes flask to fail to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant