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

Maybe var 'domain' is undefined #2

Open
srlopez opened this issue Aug 3, 2020 · 1 comment
Open

Maybe var 'domain' is undefined #2

srlopez opened this issue Aug 3, 2020 · 1 comment

Comments

@srlopez
Copy link

srlopez commented Aug 3, 2020

After trying to setup your environmnet, I received this error.

TASK [u18-svr-001 :: cloud-config file] ***********************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'domain' is undefined"}

seems to be trying to find domain to add it tothe line fqdn: "{{vm.name}}. {{domain}}" in cloud-config.yml

@ruzaq
Copy link

ruzaq commented Sep 4, 2022

Should be
fqdn: "{{ vm.net.domain }}"

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

2 participants