You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hi,
Is there a way to arrange all environment specific files ? I have some property files and certificates specific to production and wonder if ansible can identify the same files out of production folders when running through the scripts.
ssk
Paul Markham
unread,
Aug 5, 2015, 8:06:28 PM8/5/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
If you have an Ansible variable which contains the environment you could then use something like {{environment}} anywhere you need to refer to environment specific files.
Brian Coca
unread,
Aug 6, 2015, 9:50:21 AM8/6/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
don't use environment as a variable, as it is an existing directive
and can cause confusion ( i use myenv)