No description
| files | ||
| group_vars | ||
| tasks | ||
| templates | ||
| .gitignore | ||
| ansible.cfg | ||
| inventory.yml | ||
| playbook.yml | ||
| README.md | ||
| requirements.yml | ||
Usage
This repository contains several playbooks created to provision specific hosts. A playbook can be ran as follows:
$ ansible-playbook --limit desktop playbook.yml
The --limit parameter is required to run the playbook only for the specified host.