lab tower-webui setup
It doesn't passes through,
when in looked at script:
function lab_setup {
# Tower setup
target='tower'
print_header "Setting up ${target} for lab exercise work:"
host_reachable ${target}
projectdir='/root/ansible/DO409'
pad " · Configure Demo Project on ${target}"
cmd1="ansible-playbook -i ${projectdir}/inventories/admin/hosts ${projectdir}/localdemoproject.yml"
if ${cmd1};
then
print_SUCCESS
else
print_FAIL
fi
}
is there any fix to it ??
Looks it is a known issue. Has it ever been fixed?
[student@workstation ~]$ lab tower-webui setup
Setting up tower lab exercise work:
. Configure Demo Project on tower .................. FAIL
[student@workstation ~]
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.