use alpine hosts instead of coreos
This commit is contained in:
parent
7f35982f76
commit
789bf900d0
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
- hosts: coreos
|
||||
- hosts: alpine
|
||||
gather_facts: no
|
||||
#default is linear
|
||||
#strategy: free
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- hosts: coreos
|
||||
- hosts: alpine
|
||||
gather_facts: no
|
||||
vars_files:
|
||||
- "{{inventory_dir}}/vars/vars.yml"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- hosts: coreos
|
||||
- hosts: alpine
|
||||
gather_facts: no
|
||||
vars_files:
|
||||
- "{{inventory_dir}}/vars/vars.yml"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- hosts: coreos
|
||||
- hosts: alpine
|
||||
tasks:
|
||||
- name: get uptime
|
||||
shell: uptime
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- hosts: coreos
|
||||
- hosts: alpine
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- include_tasks: tasks/switch_root.yml
|
||||
|
|
Loading…
Reference in a new issue