Commit 3d842858 by Feanil Patel

Add a tag to just add users.

parent 0c424674
# Creating a new ad hoc reporting box:
# ansible-playbook -i 'reporting.example.com,' ./ad_hoc_reporting.yml -e@/var/path/common.yml -e@/vars/path/environnment-deployment.yml
# Updating the users on an existing box:
# ansible-playbook -i 'reporting.example.com,' ./ad_hoc_reporting.yml --tags users -e@/var/path/common.yml -e@/vars/path/environnment-deployment.yml
- name: Deploy Ad Hoc Reporting Scripts
hosts: all
sudo: True
......
......@@ -13,4 +13,6 @@
dependencies:
- role: user
user_info: "{{ AD_HOC_REPORTING_USER_INFO }}"
tags:
- users
- aws
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment