Added example to using the playbook

This commit is contained in:
2017-12-21 08:53:22 -05:00
parent 70383357b8
commit 19f64d5239

View File

@@ -1,5 +1,9 @@
---
# This playbook deploys a development machine
# EXAMPLE:
# ansible-playbook -i ${project_dir}/hosts ${project_dir}/playbooks/site.yml \
# -extra-vars "home_pub_key=<pub-key-location-to-curl> standard_user=<user_name> git_user=<git-user> git_email=<git-email>"
- name: Apply common configuration to all nodes
hosts: all