I need to update that check command since it only runs python. Since trellis (and the CLI) required Python 3 now, it should run python3 so I’ll update it.
You can just ignore that though since every thing else should work fine and use python3.
Not really. Just try and use trellis-cli for every Ansible related command!
If you’re using an existing project then make sure to also run trellis init in the project first.
Trellis-cli is really impressive. Juggling ansible versions was a pain point before and now that’s all abstracted away. I can see that you guys have been busy.
I’m really impressed with Trellis-cli. I particularly like the shell integration, it works flawlessly.
Great work!
I thought I would try the default config and have a go using Vagrant for my local development setup, but soon remembered why I prefer LXD! I decided to try to use the dev.yml script to provision my container but I have a problem with users. Is it possible to specify which user is used to ssh into the development environment? I read that the group_vars/all/users.yml file is only used by server.yml.