### The main itamae task require 'itamae-mitsurin/mitsurin/itamae_task' ### Change the nodes to be load by a branch of the current git ### In the case of now 'master' the task nodes in the 'nodes/master/' # require 'itamae-mitsurin/mitsurin/itamae_with_git_task' ### Change the nodes to be read by a target mode ### `rake -T ` to load a 'nodes/' # require 'itamae-mitsurin/mitsurin/itamae_with_target_task' ### Itamae task for AWS ec2instnce require 'itamae-mitsurin/mitsurin/local_task' ### Test task by Serverspec require 'itamae-mitsurin/mitsurin/serverspec_task' ### Test task by Serverspec with target pre #require 'itamae-mitsurin/mitsurin/serverspec_with_target_task'