23 lines
505 B
YAML
23 lines
505 B
YAML
#SPDX-License-Identifier: BSD-3-Clause
|
|
galaxy_info:
|
|
author: Code Fox
|
|
company: Code Fox LLC
|
|
license: BSD-3-Clause
|
|
|
|
description: |
|
|
Sets up an Ubuntu server
|
|
|
|
- Installs Updates
|
|
- Disables Services
|
|
- Installs Packages
|
|
- Installs Users and Groups
|
|
|
|
# If the issue tracker for your role is not on github, uncomment the
|
|
# next line and provide a value
|
|
# issue_tracker_url: http://example.com/issue/tracker
|
|
|
|
min_ansible_version: "2.18"
|
|
galaxy_tags:
|
|
- ubuntu
|
|
- c0defox
|