Hello everybody !
I installed ansible tower a few days ago now and when I try to run a
playbook through it I get this error:
The full traceback is:
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line
147, in run
res = self._execute()
File
"/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line
620, in _execute
self._connection = self._get_connection(cvars, templar)
File
"/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line
957, in _get_connection
socket_path = start_connection(self._play_context, options,
self._task._uuid)
File
"/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line
1124, in start_connection
master, slave = pty.openpty()
File "/usr/lib64/python2.7/pty.py", line 29, in openpty
master_fd, slave_name = _open_terminal()
File "/usr/lib64/python2.7/pty.py", line 70, in _open_terminal
raise os.error, 'out of pty devices'
OSError: out of pty devices
fatal: [SW1]: FAILED! => {
"msg": "Unexpected failure during module execution.",
"stdout": ""
Anyone have an idea how I could solve it?
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/b033918d-d4c1-493b-9e9a-524f29a50939n%40googlegroups.com.