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