OUR POSTS
WordPress Articles
Add SSH Keys to Trellis Post Launch
Sometimes you want to work with other developers post launch on a Roots Trellis project. In those cases you need to only add these new users. And that means you need to add ssh keys to Trellis you did not add yet. Ansible Tags Fortunately you do not need to
Trellis Setup with Laravel Valet
We often prefer working with Laravel Valet over working with Trellis. This as Trellis runs Vagrant which runs VirtualBox. Very heavy all that while you could use Laravel Valet which uses the resources your Mac has and only needs some extras using Homebrew. Trellis Valet Driver Now, there is a
Trellis NET::ERR_CERT_REVOKED
Since my new MacOS Catalina setup I bumped into multiple Trellis issues. Issues with loading the proper interpretor as well as loading the proper Ansible version for the setup. Final issue I had now was dealing with failed SSL certificates and to be more specific NET::ERR_CERT_REVOKED . NET::ERR_CERT_REVOKED So how
Trellis ‘PlaybookCLI’ object has no attribute ‘options’
With latest Ansible we had an issue starting up / provisioning vagrant properly. It would not provision properly stating there was an attribute called options missing. Attribute Options Errors Got the following error doing a ansible reload --provision ERROR! Unexpected Exception, this is probably a bug: 'PlaybookCLI' object has no
Trellis Ansible Bad Interpreter Error
Recently upgraded to MacOS Catalina and zsh shell. Since the upgrade it seems we have Python 3 and no longer 2.x so to work with older Trellis setups using Python 2.7 you need a fix Bad Interpreter Error Error we got using Ansible was a bad interpreter error. Python 2.7
Redirect Certain Categories to new site
Sometimes you want to redirect posts in certain categories to a new location / domain name. You do not want to redirect the entire website to a new website, but only part of it. This because you perhaps split up your website into multiple websites. Well you are in luck.