Search code examples
intellij-ideaintellij-plugin

Intellij open directory with ansible playbook scripts/yaml files as project


I want to open a directory as a project in Intellij. The directory contains automation/ansible scripts (yaml/sh/etc) files. Tried to search for solution but with no result. How can I do this in IntelliJ?


Solution

  • On Mac OS, do

    $ cd /path/to/the/project/root/directory
    $ open -a 'IntelliJ IDEA 2018.2' &
    

    Project will be automatically created.