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 gather_facts: no
#default is linear #default is linear
#strategy: free #strategy: free

View File

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

View File

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

View File

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

View File

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