Fix more network role lint errors

This commit is contained in:
Ryan Cavicchioni 2022-08-31 13:12:53 -05:00
parent 20dd1f1018
commit 52eece85e4
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
5 changed files with 1 additions and 61 deletions

View File

@ -1,38 +0,0 @@
Role Name
=========
A brief description of the role goes here.
Requirements
------------
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
Role Variables
--------------
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
Dependencies
------------
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: username.rolename, x: 42 }
License
-------
BSD
Author Information
------------------
An optional section for the role authors to include contact information, or a website (HTML is not allowed).

View File

@ -1,3 +1,3 @@
---
- name: netplan apply
command: netplan apply
ansible.builtin.command: netplan apply

View File

@ -1,2 +0,0 @@
localhost

View File

@ -1,5 +0,0 @@
---
- hosts: localhost
remote_user: root
roles:
- roles/network

View File

@ -1,15 +0,0 @@
---
_network_systemd_networkd_available: yes
_network_systemd_resolved_available: yes
_network_ifupdown_enabled: no
_network_netplan_enabled: no
_network_systemd_networkd_enabled: yes
_network_systemd_resolved_enabled: no
_network_resolv_conf_enabled: yes
network_manage_ifupdown: no
network_manage_systemd_networkd: yes
network_manage_netplan: no
# vim:ft=yaml.ansible: