Blame SOURCES/rhel-system-roles-network-prefix.diff

921f83
diff --git a/examples/bond_simple.yml b/examples/bond_simple.yml
921f83
index 4ca9811..f6f5897 100644
921f83
--- a/examples/bond_simple.yml
921f83
+++ b/examples/bond_simple.yml
921f83
@@ -32,5 +32,5 @@
921f83
         interface_name: eth2
921f83
         master: bond0
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
 ...
921f83
diff --git a/examples/bond_with_vlan.yml b/examples/bond_with_vlan.yml
921f83
index 2e6be23..3b7a6dc 100644
921f83
--- a/examples/bond_with_vlan.yml
921f83
+++ b/examples/bond_with_vlan.yml
921f83
@@ -35,4 +35,4 @@
921f83
             - "192.0.2.{{ network_iphost }}/24"
921f83
 
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
diff --git a/examples/bridge_with_vlan.yml b/examples/bridge_with_vlan.yml
921f83
index 037ff8e..83c586d 100644
921f83
--- a/examples/bridge_with_vlan.yml
921f83
+++ b/examples/bridge_with_vlan.yml
921f83
@@ -33,4 +33,4 @@
921f83
             - "192.0.2.{{ network_iphost }}/24"
921f83
 
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
diff --git a/examples/eth_simple_auto.yml b/examples/eth_simple_auto.yml
921f83
index 0ba168a..e4c4a54 100644
921f83
--- a/examples/eth_simple_auto.yml
921f83
+++ b/examples/eth_simple_auto.yml
921f83
@@ -15,4 +15,4 @@
921f83
         mtu: 1450
921f83
 
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
diff --git a/examples/eth_with_802_1x.yml b/examples/eth_with_802_1x.yml
921f83
index 92a93a9..7731b7d 100644
921f83
--- a/examples/eth_with_802_1x.yml
921f83
+++ b/examples/eth_with_802_1x.yml
921f83
@@ -27,4 +27,4 @@
921f83
         - client.pem
921f83
         - cacert.pem
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
diff --git a/examples/eth_with_vlan.yml b/examples/eth_with_vlan.yml
921f83
index 69da673..e0c2f11 100644
921f83
--- a/examples/eth_with_vlan.yml
921f83
+++ b/examples/eth_with_vlan.yml
921f83
@@ -26,4 +26,4 @@
921f83
             - "192.0.2.{{ network_iphost }}/24"
921f83
 
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
diff --git a/examples/ethtool_features.yml b/examples/ethtool_features.yml
921f83
index c580f89..0881316 100644
921f83
--- a/examples/ethtool_features.yml
921f83
+++ b/examples/ethtool_features.yml
921f83
@@ -3,7 +3,7 @@
921f83
 - hosts: all
921f83
   tasks:
921f83
     - include_role:
921f83
-        name: linux-system-roles.network
921f83
+        name: rhel-system-roles.network
921f83
       vars:
921f83
         network_connections:
921f83
           - name: "{{ network_interface_name1 }}"
921f83
diff --git a/examples/ethtool_features_default.yml b/examples/ethtool_features_default.yml
921f83
index 78965e6..3cdd731 100644
921f83
--- a/examples/ethtool_features_default.yml
921f83
+++ b/examples/ethtool_features_default.yml
921f83
@@ -3,7 +3,7 @@
921f83
 - hosts: all
921f83
   tasks:
921f83
     - include_role:
921f83
-        name: linux-system-roles.network
921f83
+        name: rhel-system-roles.network
921f83
       vars:
921f83
         network_connections:
921f83
           - name: "{{ network_interface_name1 }}"
921f83
diff --git a/examples/infiniband.yml b/examples/infiniband.yml
921f83
index 22603d9..9e7e267 100644
921f83
--- a/examples/infiniband.yml
921f83
+++ b/examples/infiniband.yml
921f83
@@ -23,4 +23,4 @@
921f83
             - 198.51.100.133/30
921f83
 
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
diff --git a/examples/macvlan.yml b/examples/macvlan.yml
921f83
index 90cd09d..0064ad4 100644
921f83
--- a/examples/macvlan.yml
921f83
+++ b/examples/macvlan.yml
921f83
@@ -26,4 +26,4 @@
921f83
             - 192.168.1.1/24
921f83
 
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
diff --git a/examples/remove+down_profile.yml b/examples/remove+down_profile.yml
921f83
index da2b1b8..f2d93e8 100644
921f83
--- a/examples/remove+down_profile.yml
921f83
+++ b/examples/remove+down_profile.yml
921f83
@@ -8,5 +8,5 @@
921f83
         persistent_state: absent
921f83
         state: down
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
 ...
921f83
diff --git a/examples/wireless_wpa_psk.yml b/examples/wireless_wpa_psk.yml
921f83
index eeec22f..60b0d83 100644
921f83
--- a/examples/wireless_wpa_psk.yml
921f83
+++ b/examples/wireless_wpa_psk.yml
921f83
@@ -12,4 +12,4 @@
921f83
           # see https://docs.ansible.com/ansible/latest/user_guide/vault.html
921f83
           password: "p@55w0rD"
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
diff --git a/tests/playbooks/down_profile.yml b/tests/playbooks/down_profile.yml
921f83
index 5087240..65e542d 100644
921f83
--- a/tests/playbooks/down_profile.yml
921f83
+++ b/tests/playbooks/down_profile.yml
921f83
@@ -7,4 +7,4 @@
921f83
       - name: "{{ profile }}"
921f83
         state: down
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network
921f83
diff --git a/tests/playbooks/remove_profile.yml b/tests/playbooks/remove_profile.yml
921f83
index a50e848..b6e6796 100644
921f83
--- a/tests/playbooks/remove_profile.yml
921f83
+++ b/tests/playbooks/remove_profile.yml
921f83
@@ -7,4 +7,4 @@
921f83
       - name: "{{ profile }}"
921f83
         persistent_state: absent
921f83
   roles:
921f83
-    - linux-system-roles.network
921f83
+    - rhel-system-roles.network