Saleil Bhat | c2c0d34 | 2017-01-21 10:56:56 -0800 | [diff] [blame] | 1 | --- |
2 | - hosts: {{ instance_name }} | ||||
3 | gather_facts: False | ||||
4 | connection: ssh | ||||
5 | user: ubuntu | ||||
6 | sudo: yes | ||||
7 | tasks: | ||||
8 | |||||
Pingping Lin | 0c9cc0c | 2017-01-25 17:10:53 -0800 | [diff] [blame] | 9 | # - name: write message |
10 | # shell: echo "{{ tenant_message }}" > /var/tmp/index.html |