Skip to content

MBfromOK/ansible-myenv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Get a List of Playbook Tasks

ansible-playbook -i inventories/hosts -K playbook1.yml --list-tasks

To Run all Tasks in Playbook

ansible-playbook -i inventories/hosts -K playbook1.yml

To Run task with a Specific Tag - Example: Minikube installation

ansible-playbook -i inventories/hosts -K playbook1.yml -t minikube

TODO: Setup Vagrant from VSCode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%