VS
Size: a a a
VS
П
d
Ab
A
- name: Setup TimeВ общем есть два плейбука где первым хочу запустить второй плейбук..
hosts: common
tasks:
- include: tasks/common/setup_time.yml
vars:
ahost: common
I
- name: Setup TimeВ общем есть два плейбука где первым хочу запустить второй плейбук..
hosts: common
tasks:
- include: tasks/common/setup_time.yml
vars:
ahost: common
A
I
- name: Setup Time
hosts: common
vars:
ahost: common
tasks:
- include: tasks/common/setup_time.yml
A
- name: Setup Time
hosts: common
vars:
ahost: common
tasks:
- include: tasks/common/setup_time.yml
---
- hosts: "{{ a_host }}"
^ here
I
A
A
I
A
- name: Add upstreams config files
template:
src: "{{ item.template|default(nginx_upstream_template) }}"
dest: "{{ nginx_upstreams_path }}/{{ item.name }}.conf"
force: true
owner: root
group: "{{ root_group }}"
mode: 0644
with_items: "{{ nginx_upstreams }}"
notify: reload nginx
tags:
- skip_ansible_lint
debugger: on_failed
г п
охоже какой то, но не могу понятьA
- name: Add upstreams config files
template:
src: "{{ item.template|default(nginx_upstream_template) }}"
dest: "{{ nginx_upstreams_path }}/{{ item.name }}.conf"
force: true
owner: root
group: "{{ root_group }}"
mode: 0644
with_items: "{{ nginx_upstreams }}"
notify: reload nginx
tags:
- skip_ansible_lint
debugger: on_failed
г п
охоже какой то, но не могу понятьС
A
A
A