mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #105] Ansible with the bastion #25
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mvalois on GitHub (Dec 23, 2020).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/105
Firstly, thank you for having opened the code of the bastion! This is such a great tool :)
Provided the fact that the bastion is not a proxy jump, how could we use solutions like Ansible to run playbooks over our infrastructure?
@speed47 commented on GitHub (Dec 25, 2020):
Hello!
Nice to hear it can be of use to others!
This is possible by using wrappers. We do have those internally, they were previously in this very repo in the "contrib" directory (before we pushed it to GitHub), but as other teams needed to use this wrapper without checking out all The Bastion source, we moved it to its own repo. We'll be open-sourcing those then! Maybe next week or early January if we can't get enough people for the open-sourcing vetting process during the holidays!
In any case, stay tuned. :)
@Suertzz commented on GitHub (Jan 12, 2021):
Im waiting for this feature too 👍
@speed47 commented on GitHub (Jan 26, 2021):
Hello, the wrapper has just been pushed there:
https://github.com/ovh/the-bastion-ansible-wrapper
I'm closing this ticket, should any issue arise, don't hesitate to open an issue on the other repo, thanks!