You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
But i'd love to combine workspaces with the ansible environments directories. So, when I run "terraform apply" in the workspace "staging", It could be really nice to run ansible with the directory of vars "staging" in ansible.
Do you think that is possible ?
I hope i'm enough clear...
Thx a lot and sorry for my poor english :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
There is a way to use workspaces like environments ?
Actual behavior
Actually, I'm used to manipulate environments with ansible like this :
When I run the playbook on env staging, I do :
$ ansible-playbook -i staging/inventory playbook.yml
And it works like a charm...
Since a few months, I'm working with terraform and make a large use of workspaces like environments :
Expected behavior
But i'd love to combine workspaces with the ansible environments directories. So, when I run "terraform apply" in the workspace "staging", It could be really nice to run ansible with the directory of vars "staging" in ansible.
Do you think that is possible ?
I hope i'm enough clear...
Thx a lot and sorry for my poor english :)
The text was updated successfully, but these errors were encountered: