use alpine hosts instead of coreos

This commit is contained in:
Cedric Girard 2018-07-27 10:39:14 +02:00
parent 7f35982f76
commit 789bf900d0
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
- hosts: coreos
- hosts: alpine
gather_facts: no
#default is linear
#strategy: free

View File

@ -1,4 +1,4 @@
- hosts: coreos
- hosts: alpine
gather_facts: no
vars_files:
- "{{inventory_dir}}/vars/vars.yml"

View File

@ -1,4 +1,4 @@
- hosts: coreos
- hosts: alpine
gather_facts: no
vars_files:
- "{{inventory_dir}}/vars/vars.yml"

View File

@ -1,4 +1,4 @@
- hosts: coreos
- hosts: alpine
tasks:
- name: get uptime
shell: uptime

View File

@ -1,4 +1,4 @@
- hosts: coreos
- hosts: alpine
gather_facts: no
tasks:
- include_tasks: tasks/switch_root.yml