You've already forked ansible-role-networking
Compare commits
12 Commits
536051164d
...
0.1.1
Author | SHA1 | Date | |
---|---|---|---|
723eca2360
|
|||
e6b32b1641
|
|||
69c258a878
|
|||
e12087c54e
|
|||
fcd61651c1
|
|||
3e1c10f2e4 | |||
af4f7a738f
|
|||
011ed35588
|
|||
820cfdfc7e
|
|||
6d6006b556
|
|||
c105d7af46
|
|||
236fc11389
|
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.4.0
|
||||
uses: ansible/ansible-lint@v25.7.0
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
@ -13,6 +13,6 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
@ -1,6 +1,5 @@
|
||||
# networking
|
||||
|
||||
[](https://drone.cryptic.systems/volker.raschek/networking-role)
|
||||
[](https://galaxy.ansible.com/volker_raschek/networking)
|
||||
|
||||
With following role can the networking stack provided by systemd be configured.
|
||||
|
@ -1,25 +1,22 @@
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
namespace: volker_raschek
|
||||
role_name: networking
|
||||
author: Markus Pesch
|
||||
description: Role to configure network interfaces via systemd on different distributions
|
||||
company: Cryptic Systems
|
||||
description: Role to configure network interfaces via systemd on different distributions
|
||||
license: MIT
|
||||
min_ansible_version: "2.9"
|
||||
namespace: volker-raschek
|
||||
platforms:
|
||||
- name: "ArchLinux"
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
- all
|
||||
- name: "Ubuntu"
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
- name: "Fedora"
|
||||
- name: Fedora
|
||||
versions:
|
||||
- "35"
|
||||
|
||||
# galaxy_tags:
|
||||
# - systemd-networkd
|
||||
# - wiregurd
|
||||
# - resolvectl
|
||||
|
||||
dependencies: []
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
role_name: networking
|
||||
|
@ -1,4 +1,4 @@
|
||||
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
||||
#jinja2: lstrip_blocks: True
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
||||
#jinja2: lstrip_blocks: True
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
Reference in New Issue
Block a user