This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pool1-vdopool-vpool : | |
version : 31 | |
release version : 133524 | |
data blocks used : 55 | |
overhead blocks used : 1048646 | |
logical blocks used : 2651 | |
physical blocks : 2620416 | |
logical blocks : 3145984 | |
1K-blocks : 10481664 | |
1K-blocks used : 4194804 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ok: [/home/rmeggins/.cache/linux-system-roles/rhel-9-2.qcow2] => { | |
"actions": [ | |
"/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml" | |
], | |
"changed": false | |
} | |
STDERR: | |
time="2023-02-07T16:16:47-05:00" level=info msg="/usr/bin/podman filtering at log level debug" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Basic snapshot test | |
hosts: all | |
tasks: | |
- name: Run the storage role to create test LVs | |
include_role: | |
name: fedora.linux_system_roles.storage | |
- name: Get unused disks | |
include_tasks: get_unused_disk.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOTES on https://docs.fedoraproject.org/en-US/server-working-group/docs/server-technical-specification/#_4_server_roles | |
My comments indicate if Linux System Roles https://linux-system-roles.github.io/ are suitable for the requirement. | |
> 4.1 Server Roles Requirements | |
> A mechanism to install the packages necessary to deploy the service. | |
Yes. And the mechanism will handle cases where the packages are different depending on the platform/version (which is | |
not as important for Fedora as it is for Enterprise Linuxes) |
OlderNewer