diff --git a/geant/gap_ansible/playbooks/base_config_checks.yaml b/geant/gap_ansible/playbooks/base_config_checks.yaml
index 493e0547f16f289b0dbe5c69c7533f26a0bf1df8..a00837e86c2705a0b139a1957197f1b904d8af21 100644
--- a/geant/gap_ansible/playbooks/base_config_checks.yaml
+++ b/geant/gap_ansible/playbooks/base_config_checks.yaml
@@ -2,6 +2,7 @@
   hosts: all
   connection: netconf
   gather_facts: false
-  remote_user: admin
+  # remote_user: "{{ gap_ansible_user }}"
+  remote_user: geant-ne-na-lab
   roles:
     - ../roles/base_config_checks
diff --git a/geant/gap_ansible/playbooks/ibgp_update.yaml b/geant/gap_ansible/playbooks/ibgp_update.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..73599f7a91a4eb0439f407cfce86c69d5fbc65a4
--- /dev/null
+++ b/geant/gap_ansible/playbooks/ibgp_update.yaml
@@ -0,0 +1,8 @@
+- name: Manage iBGP mesh
+  hosts: all
+  # remote_user: "{{ gap_ansible_user }}"
+  remote_user: geant-ne-na-lab
+  gather_facts: false
+  roles:
+    - Juniper.junos
+    - ../roles/ibgp_update
diff --git a/geant/gap_ansible/playbooks/iptrunks_checks.yaml b/geant/gap_ansible/playbooks/iptrunks_checks.yaml
index 3c7333373c9a52a47817aac0d80776d64200de82..659245c8cfaa081d68f6cb67346cf5a97153d2c5 100644
--- a/geant/gap_ansible/playbooks/iptrunks_checks.yaml
+++ b/geant/gap_ansible/playbooks/iptrunks_checks.yaml
@@ -1,6 +1,7 @@
 - name: Manage iptrunks checks playbook
   hosts: all
-  remote_user: admin
+  # remote_user: "{{ gap_ansible_user }}"
+  remote_user: geant-ne-na-lab
   gather_facts: false
   roles:
     - Juniper.junos
diff --git a/geant/gap_ansible/playbooks/iptrunks_migration.yaml b/geant/gap_ansible/playbooks/iptrunks_migration.yaml
index 0d048691a920c02d898cd1ce4cfbf77eba7ef0cc..e6b61639f9f27d1e1156f059e2480b622f1270f8 100644
--- a/geant/gap_ansible/playbooks/iptrunks_migration.yaml
+++ b/geant/gap_ansible/playbooks/iptrunks_migration.yaml
@@ -1,6 +1,7 @@
 - name: Manage iptrunks migration
   hosts: all
-  remote_user: admin
+  # remote_user: "{{ gap_ansible_user }}"
+  remote_user: geant-ne-na-lab
   gather_facts: false
   roles:
     - Juniper.junos