0.1.15-DEV-20201105-152244
-------------------------- * MODIFY: - slight formatting change for dhcpd package install task * REMOVE: - removed ansible-lint rule 201 as we've filled out meta/main.yml a little bit
This commit is contained in:
parent
d7e226a448
commit
8aca7fdfcf
@ -2,7 +2,6 @@ parseable: true
|
|||||||
quiet: false
|
quiet: false
|
||||||
skip_list:
|
skip_list:
|
||||||
- '010'
|
- '010'
|
||||||
- '201'
|
|
||||||
- '305'
|
- '305'
|
||||||
- '403'
|
- '403'
|
||||||
use_default_rules: true
|
use_default_rules: true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: your name
|
author: Chris Hammer
|
||||||
description: your role description
|
description: Deploy DHCPd for each of our networks.
|
||||||
company: your company (optional)
|
company: The Zen Garden
|
||||||
|
|
||||||
# If the issue tracker for your role is not on github, uncomment the
|
# If the issue tracker for your role is not on github, uncomment the
|
||||||
# next line and provide a value
|
# next line and provide a value
|
||||||
@ -14,7 +14,7 @@ galaxy_info:
|
|||||||
# - GPL-3.0-only
|
# - GPL-3.0-only
|
||||||
# - Apache-2.0
|
# - Apache-2.0
|
||||||
# - CC-BY-4.0
|
# - CC-BY-4.0
|
||||||
license: license (GPL-2.0-or-later, MIT, etc)
|
license: GPLv2
|
||||||
|
|
||||||
min_ansible_version: 2.9
|
min_ansible_version: 2.9
|
||||||
|
|
||||||
@ -39,6 +39,11 @@ galaxy_info:
|
|||||||
# - 7
|
# - 7
|
||||||
# - 99.99
|
# - 99.99
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- name: CentOS
|
||||||
|
versions:
|
||||||
|
- 7
|
||||||
|
|
||||||
galaxy_tags: []
|
galaxy_tags: []
|
||||||
# List tags for your role here, one per line. A tag is a keyword that describes
|
# List tags for your role here, one per line. A tag is a keyword that describes
|
||||||
# and categorizes the role. Users find roles by searching for tags. Be sure to
|
# and categorizes the role. Users find roles by searching for tags. Be sure to
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
# tasks file for zen_dhcpd
|
# tasks file for zen_dhcpd
|
||||||
- name: install dhcpd package
|
- name: install dhcpd package
|
||||||
yum: name=dhcp state=present
|
yum:
|
||||||
|
name: dhcp
|
||||||
|
state: present
|
||||||
|
|
||||||
|
|
||||||
- name: deploy dhcpd config
|
- name: deploy dhcpd config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user