You've already forked ansible-role-networking
Compare commits
1 Commits
0.1.1
...
536051164d
Author | SHA1 | Date | |
---|---|---|---|
536051164d
|
@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.7.0
|
uses: ansible/ansible-lint@v25.4.0
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# networking
|
# networking
|
||||||
|
|
||||||
|
[](https://drone.cryptic.systems/volker.raschek/networking-role)
|
||||||
[](https://galaxy.ansible.com/volker_raschek/networking)
|
[](https://galaxy.ansible.com/volker_raschek/networking)
|
||||||
|
|
||||||
With following role can the networking stack provided by systemd be configured.
|
With following role can the networking stack provided by systemd be configured.
|
||||||
|
@ -1,22 +1,25 @@
|
|||||||
dependencies: []
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
|
namespace: volker_raschek
|
||||||
|
role_name: networking
|
||||||
author: Markus Pesch
|
author: Markus Pesch
|
||||||
company: Cryptic Systems
|
|
||||||
description: Role to configure network interfaces via systemd on different distributions
|
description: Role to configure network interfaces via systemd on different distributions
|
||||||
|
company: Cryptic Systems
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: "2.9"
|
min_ansible_version: "2.9"
|
||||||
namespace: volker-raschek
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: ArchLinux
|
- name: "ArchLinux"
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: "Ubuntu"
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Fedora
|
- name: "Fedora"
|
||||||
versions:
|
versions:
|
||||||
- all
|
- "35"
|
||||||
- name: Ubuntu
|
|
||||||
versions:
|
# galaxy_tags:
|
||||||
- all
|
# - systemd-networkd
|
||||||
role_name: networking
|
# - wiregurd
|
||||||
|
# - resolvectl
|
||||||
|
|
||||||
|
dependencies: []
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#jinja2: lstrip_blocks: True
|
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
||||||
#
|
#
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#jinja2: lstrip_blocks: True
|
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
||||||
#
|
#
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user