1fb0e11b56
* vultr: rename modules * replace string vr_ with vultr_ * add deprecation warning * fix sanity tests * add changelog
6 lines
342 B
YAML
6 lines
342 B
YAML
# Copyright (c) 2018, René Moser <mail@renemoser.net>
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
---
|
|
vultr_startup_script_name: ansible_test_script
|
|
vultr_startup_script: "#!/bin/bash\necho Hello World > /root/hello"
|
|
vultr_startup_script2: "#!/bin/bash\necho Hello to my World > /root/hello"
|