Skip to content
Snippets Groups Projects
Commit 4101d15e authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

canonical module naming

parent b8d0fa47
No related branches found
No related tags found
1 merge request!92IPtrunk role: replace Juniper.junos with junipernetworks
Pipeline #85575 passed
--- ---
- name: Deploy "{{ config_object }}" on "{{ inventory_hostname }}" [CHECK ONLY][JUNIPER] - name: Deploy "{{ config_object }}" on "{{ inventory_hostname }}" [CHECK ONLY][JUNIPER]
junipernetworks.junos.config: junipernetworks.junos.junos_config:
update: 'replace' update: 'replace'
src: "/var/tmp/ansible_run_{{ opid }}/{{ config_object }}.conf" src: "/var/tmp/ansible_run_{{ opid }}/{{ config_object }}.conf"
src_format: text src_format: text
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
dry_run | ansible.builtin.bool dry_run | ansible.builtin.bool
- name: Deploy "{{ config_object }}" on "{{ inventory_hostname }}" [AND COMMIT][JUNIPER] - name: Deploy "{{ config_object }}" on "{{ inventory_hostname }}" [AND COMMIT][JUNIPER]
junipernetworks.junos.config: junipernetworks.junos.junos_config:
update: 'replace' update: 'replace'
src: "/var/tmp/ansible_run_{{ opid }}/{{ config_object }}.conf" src: "/var/tmp/ansible_run_{{ opid }}/{{ config_object }}.conf"
src_format: text src_format: text
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
when: old_wfo_trunk is defined and wfo_trunk.iptrunk.iptrunk_isis_metric != old_wfo_trunk.iptrunk.iptrunk_isis_metric when: old_wfo_trunk is defined and wfo_trunk.iptrunk.iptrunk_isis_metric != old_wfo_trunk.iptrunk.iptrunk_isis_metric
- name: Update ISIS metric [CHECK ONLY] - name: Update ISIS metric [CHECK ONLY]
junipernetworks.junos.config: junipernetworks.junos.junos_config:
update: 'replace' update: 'replace'
src: "/var/tmp/ansible_run_{{ opid }}/isis_interface.conf" src: "/var/tmp/ansible_run_{{ opid }}/isis_interface.conf"
src_format: text src_format: text
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
when: verb == "modify" and (dry_run | ansible.builtin.bool) and (modify_metric | ansible.builtin.bool) when: verb == "modify" and (dry_run | ansible.builtin.bool) and (modify_metric | ansible.builtin.bool)
- name: Update ISIS metric [FOR REAL] - name: Update ISIS metric [FOR REAL]
junipernetworks.junos.config: junipernetworks.junos.junos_config:
update: 'replace' update: 'replace'
src: "/var/tmp/ansible_run_{{ opid }}/isis_interface.conf" src: "/var/tmp/ansible_run_{{ opid }}/isis_interface.conf"
src_format: text src_format: text
......
--- ---
- name: Remove "{{ config_object }}" on "{{ inventory_hostname }}" [CHECK ONLY][JUNIPER] - name: Remove "{{ config_object }}" on "{{ inventory_hostname }}" [CHECK ONLY][JUNIPER]
junipernetworks.junos.config: junipernetworks.junos.junos_config:
update: 'merge' update: 'merge'
src: "/var/tmp/ansible_run_{{ opid }}/{{ config_object }}.conf" src: "/var/tmp/ansible_run_{{ opid }}/{{ config_object }}.conf"
src_format: set src_format: set
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
local_side.iptrunk_side_node.vendor == "juniper" local_side.iptrunk_side_node.vendor == "juniper"
- name: Remove "{{ config_object }}" on "{{ inventory_hostname }}" [AND COMMIT][JUNIPER] - name: Remove "{{ config_object }}" on "{{ inventory_hostname }}" [AND COMMIT][JUNIPER]
junipernetworks.junos.config: junipernetworks.junos.junos_config:
update: 'merge' update: 'merge'
src: "/var/tmp/ansible_run_{{ opid }}/{{ config_object }}.conf" src: "/var/tmp/ansible_run_{{ opid }}/{{ config_object }}.conf"
src_format: set src_format: set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment