-
Were there any plans to introduce an API to Suitable that lets you execute playbooks directly?
E.g.
```python
ansible_playbook = '''
- hosts: all
tasks:
- ping:
'''
Api(...).execute_ra…
-
Currently the SNO install playbooks allow you to install more than one SNO concurrently while the bare-metal playbook only installs one cluster at a time. I think we should reduce complexity of the SN…
-
This module uses docker-compose v1, which is End of Life since July 2022. Please migrate to community.docker.docker_compose_v2. This feature was removed from community.docker in version 4.0.0. Please …
-
This will correspond to the (more urgent) equivalent issue in the elan-web repository to do the same thing there.
Updating the ELAN will be more manageable if the component parts were packaged as R…
-
I'm adding this here because we don't have an issue tracking system for the OPL
(yet).
https://docs.google.com/spreadsheets/d/1DLS_lS3VKidgZIvcLmLp9BoiqptkvqHWfe1D5FD2kfk/edit#gid=1375785039&range=C1…
-
I am trying to use [this schema](http://json.schemastore.org/ansible-stable-2.5) with yaml-language-server. After setting everything up, I create a new yml file and start editing it. I want this file …
-
The ansible module allows you to run multiple playbooks if running in setup_controller mode, but attempting to run in ansible-pull mode appears to only allow you to run one playbook from the repositor…
-
##### ISSUE TYPE
- Bug Report
##### SUMMARY
Extremely strange behavior is observed in event stdout for a task that runs an ansible-playbook command
##### ENVIRONMENT
* AWX version: 9.0.1
* …
-
* https://github.com/madprogramer/datashield-ansible-deploy/blob/5a07feebc9403d5bddf920ba8ed1425db3e6609a/playbooks/roles/datashield-R-setup/tasks/main.yml
TASK [datashield-R-setup : Install libicu…
-
## 一、理解 Playbook 概念
`PlayBook` 是 `Ansible` 自动化中非常重要的概念, 在[《Ansible 安装与配置》](https://github.com/felix-cao/Blog/issues/172) 中,文章的最后,我们用 `ansible all -m ping -u admin` 命令行做了一次测试。
`PlayBook` 是由一个或多个 `…