Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osas/ansible-role-ansible_bastion
Ansible module to deploy a ansible deployment bastion
https://github.com/osas/ansible-role-ansible_bastion
ansible
Last synced: 6 days ago
JSON representation
Ansible module to deploy a ansible deployment bastion
- Host: GitHub
- URL: https://github.com/osas/ansible-role-ansible_bastion
- Owner: OSAS
- License: mit
- Created: 2014-12-11T10:19:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T13:25:08.000Z (over 1 year ago)
- Last Synced: 2024-03-26T18:50:07.791Z (8 months ago)
- Topics: ansible
- Language: Python
- Size: 180 KB
- Stars: 18
- Watchers: 18
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.debug
- License: LICENSE
Awesome Lists containing this project
README
In order to debug the generate ansible script, you can use this:
export PYTHONPATH=./files
export GIT_CHECKOUT=../ansible_gluster
python ./files/generate_ansible_command.py --git $GIT_CHECKOUT --path $GIT_CHECKOUT --old 832fcdece904715245af86567463a75255312b3d -n -vThis will just show the command to be executed, from a local checkout of the repo (in this case, in ../ansible_gluster).