Greetings.
I find myself wanting to pass some user_data to a call to the ec2
module, but I am unclear on the format I should be passing it.
Basically I want to pass it:
#cloud-config
disable_root: 0
When I call the ec2 module, what exactly do I give user_data= ?
I tried various formats of a var with the above in it with no luck at
all.
Any help appreciated.
kevin