mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Add SPDX-License-Identifier headers
This commit is contained in:
parent
ab73cbc864
commit
f0d0e0637b
16 changed files with 16 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
network_provider: "{{ network_provider_default }}"
|
||||
network_connections: []
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: network-test
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: network-test
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: network-test
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: network-test
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: network-test
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# an inventory for the examples.
|
||||
[network-test]
|
||||
v-rhel6 ansible_user=root network_iphost=196 network_mac1=00:00:5e:00:53:00 network_interface_name1=eth0 network_interface_name2=eth1
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: network-test
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
DOCUMENTATION='''
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
galaxy_info:
|
||||
author: Thomas Haller <thaller@redhat.com>
|
||||
description: Configure networking
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
- name: Set version specific variables
|
||||
include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- name: Test executing the role with default parameters
|
||||
hosts: all
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: all
|
||||
name: execute python unit tests
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
network_provider_default: initscripts
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
network_provider_default: nm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue