ansible/roles/ubuntu/meta/main.yml

23 lines
505 B
YAML
Raw Normal View History

2024-12-20 03:17:03 +00:00
#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