38 lines
489 B
Markdown
38 lines
489 B
Markdown
Debian
|
|
=========
|
|
|
|
Initial configuration of a Debian node.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
None.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
is_new_host: boolean value to toggle non-idempotent steps (creating preseeds and editing the motd)
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
None.
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
- hosts: servers
|
|
roles:
|
|
- { role: ericomeehan.debian, is_new_host: true }
|
|
|
|
License
|
|
-------
|
|
|
|
BSD
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Eric O'Neill Meehan
|
|
https://www.eom.dev/
|