mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-25 20:03:49 +00:00
Rename/symlink accidentally checked-in files
This commit is contained in:
parent
8cf13dbc22
commit
488c59a5f5
5 changed files with 12 additions and 31 deletions
|
|
@ -1,10 +0,0 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- name: Set {{ profile }} down
|
||||
hosts: all
|
||||
vars:
|
||||
network_connections:
|
||||
- name: "{{ profile }}"
|
||||
state: down
|
||||
roles:
|
||||
- linux-system-roles.network
|
||||
1
examples/down-profile.yml
Symbolic link
1
examples/down-profile.yml
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../tests/down-profile.yml
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- name: Remove {{ profile }}
|
||||
hosts: all
|
||||
vars:
|
||||
network_connections:
|
||||
- name: "{{ profile }}"
|
||||
state: absent
|
||||
roles:
|
||||
- linux-system-roles.network
|
||||
1
examples/remove-profile.yml
Symbolic link
1
examples/remove-profile.yml
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../tests/remove-profile.yml
|
||||
|
|
@ -1 +0,0 @@
|
|||
../examples/remove-profile.yml
|
||||
10
tests/remove-profile.yml
Normal file
10
tests/remove-profile.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- name: Remove {{ profile }}
|
||||
hosts: all
|
||||
vars:
|
||||
network_connections:
|
||||
- name: "{{ profile }}"
|
||||
state: absent
|
||||
roles:
|
||||
- linux-system-roles.network
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- name: Remove {{ profile }}
|
||||
hosts: all
|
||||
vars:
|
||||
network_connections:
|
||||
- name: "{{ profile }}"
|
||||
state: absent
|
||||
roles:
|
||||
- linux-system-roles.network
|
||||
Loading…
Add table
Add a link
Reference in a new issue