Pingping Lin | d07e26c | 2016-09-06 23:06:01 +0000 | [diff] [blame] | 1 | --- |
2 | - hosts: {{ instance_name }} | ||||
3 | gather_facts: False | ||||
4 | connection: ssh | ||||
5 | user: ubuntu | ||||
Sapan Bhatia | 01ccae1 | 2017-02-07 11:32:57 -0800 | [diff] [blame] | 6 | become: yes |
Pingping Lin | d07e26c | 2016-09-06 23:06:01 +0000 | [diff] [blame] | 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 |