Rename/symlink accidentally checked-in files

This commit is contained in:
Till Maas 2018-06-28 16:55:37 +02:00
parent 8cf13dbc22
commit 488c59a5f5
5 changed files with 12 additions and 31 deletions

View file

@ -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
View file

@ -0,0 +1 @@
../tests/down-profile.yml

View file

@ -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
View file

@ -0,0 +1 @@
../tests/remove-profile.yml

View file

@ -1 +0,0 @@
../examples/remove-profile.yml

10
tests/remove-profile.yml Normal file
View 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

View file

@ -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