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
|
gather_facts: no
|
||||||
#default is linear
|
#default is linear
|
||||||
#strategy: free
|
#strategy: free
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
- hosts: coreos
|
- hosts: alpine
|
||||||
tasks:
|
tasks:
|
||||||
- name: get uptime
|
- name: get uptime
|
||||||
shell: uptime
|
shell: uptime
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue