Skip to content

ansible: folder structure and organization

阿樊提 edited this page Mar 24, 2015 · 1 revision

bin folder: store the command lines

  • ansible command:run the module with module arguments
  • ansible-playbook:run ansible-playbook operation

lib folder: provide all core and utilities files

  • The runner, module utils and playbook;
  • The module folder

Clone this wiki locally