Yunpeng Zhang | 0048cf4 | 2017-08-15 23:01:28 -0400 | [diff] [blame] | 1 | --- |
2 | - hosts: {{ instance_name }} | ||||
3 | gather_facts: False | ||||
4 | connection: ssh | ||||
5 | user: ubuntu | ||||
6 | become: yes | ||||
7 | tasks: | ||||
8 | |||||
9 | - name: write message | ||||
10 | shell: echo "{{ display_message }}" > /var/tmp/index.html | ||||
11 | |||||
12 | - name: setup s5s8_pgw interface config | ||||
13 | shell: ./start_3gpp_int.sh eth1 {{ s5s8_pgw_tag }} {{ s5s8_pgw_ip }}/24 |