Skip to content

branic/system_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Branic System Management Collection

This repository contains the branic.system_management Ansible Collection.

Fedora Linux system configuration and management.

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.16.0.

For collections that support Ansible 2.9, please ensure you update your network_os to use the fully qualified collection name (for example, cisco.ios.ios). Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.

External requirements

Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

When you install this collection with Ansible Galaxy, declared dependencies are installed as well. This collection depends on ansible.posix >=1.5.0 and community.general >=8.0.0 (see galaxy.yml).

Included content

Roles

Role Summary
user_config Per-user settings and environment setup.
system_config System settings and environment setup.
install_cloud_clis Cloud and Kubernetes CLIs for the connection user.
openshift_local Install or upgrade OpenShift Local (crc) for the target user.
secureboot_signing Secure Boot kernel module signing (MOK, akmods, dkms) on Fedora.

Filter plugins

Filter Summary
to_gnome_clocks Build GNOME world-clock GVariant strings from location data (branic.system_management.to_gnome_clocks).

Using this collection

    ansible-galaxy collection install branic.system_management

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
  - name: branic.system_management

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install branic.system_management --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where X.Y.Z can be any available version:

ansible-galaxy collection install branic.system_management:==X.Y.Z

See Ansible Using collections for more details.

Release notes

See the changelog.

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

About

Ansible code for Fedora Linux system management

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors