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

bootstrapping jails doesn't work #194

Open
djmitche opened this issue Apr 28, 2018 · 1 comment
Open

bootstrapping jails doesn't work #194

djmitche opened this issue Apr 28, 2018 · 1 comment

Comments

@djmitche
Copy link
Member

It seems python2 needs to be installed.

fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "python2: not found\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 127}

having fixed that by hand (pg install python2),

failed: [localhost] (item=[u'bash', u'rsync', u'screen', u'vim-lite']) => {"changed": false, "item": ["bash", "rsync", "screen", "vim-lite"], "msg": "failed to install vim-lite: ", "stderr": "pkg: No packages available to install matching 'vim-lite' have been found in the repositories\n", "stderr_lines": ["pkg: No packages available to install matching 'vim-lite' have been found in the repositories"]}

removing that from group_vars/all (#193), things seem to work (at least for ns1).

I'm not sure how to fix the python2 issue.

@seankelly
Copy link
Member

I think that's for Ansible to run so need a few raw steps at the beginning to install Python. I've done this a few times so can adapt it for FreeBSD.

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