Open rafi opened 9 years ago
Case-study example Project: Acme Inventory: Acme Servers Hosts: Prod01, Prod02, Stage01 Team: Acme IT Users: Roadrunner, Wolf Playbooks:
Different flag usages of ansible-playbook:
--check --diff --tags=postgresql --limit=dbservers
Lets discuss about where will we save the data for each one of the entities. Database / Config files
Team
User
Team Users
Project
Project Teams
Inventory - hosts file
Playbook - folder for each playbook
Job (playbook execution)
A few questions I thought of:
jobs
table?output
field - it can't accommodate a history of each time it was executed in the past. It will only store the last entry.We planned 'playbook' as the execution plan, while 'job' is a single execution of the playbook. i believe you previously referred it as build/execute