Create role to setup ubuntu server
This commit is contained in:
22
roles/ubuntu/meta/main.yml
Normal file
22
roles/ubuntu/meta/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
#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
|
Reference in New Issue
Block a user