-
ERROR! this task 'ansible.builtin.import_tasks' has extra params, which is only allowed in the following modules: meta, include, raw, shell, command, win_shell, script, import_role, include_vars, grou…
-
### Issue
It would be great to not have to write in JSON the CLI args when running a task.
Currently to limit an Ansible playbooK I need to do :
![image](https://github.com/user-attachments/ass…
-
Greetings.
Version: 2.4.0 and 2.3.6 (at least)
If we supply passwords (ssh, become and vault) it gets stuck at the SSH prompt.
We bascially supply the secrets like this:
```python3
args['ss…
-
If i'm thinking in doing something like this to deploy everything that is inside `docker` and `swarm`
```yml
- name: Setup docker standalone
run: |
echo "Copying docker files …
-
ansible常常被定义为**配置管理工具**,常与Chef, Puppet以及Salt相提并论
-
### Question
Hey,
I'm running an ansible playbook via the semaphoreui. My variables are defined in the "Environment Variables" section. My problem is that i need to overwrite some of the variables…
-
```
alias ansible="ansible -i .ssh/hosts -e 'ansible_python_interpreter=/usr/bin/python3' -u ubuntu "
ansible all -m shell -b -a ''
```
-
```
brew update
brew install ansible
```
-
It looks like we can't prompt users while running a Playbook, is that correct?
-