このコンテンツは選択した言語では利用できません。
Chapter 5. Appendix
This appendix contains the following reference materials:
- System Facts
- Operators
5.1. System Facts リンクのコピーリンクがクリップボードにコピーされました!
The following table defines the system facts for use in system comparisons.
| Fact name | Description | Example value |
|---|---|---|
|
| Category with a list of Ansible-related facts |
|
|
| System architecture |
|
|
|
BIOS release date; typically | 01/01/2011 |
|
| BIOS vendor name | LENOVO |
|
| BIOS version | 1.17.0 |
|
|
Cloud vendor. Values are |
|
|
| Number of CPU cores per socket | 2 |
|
|
Category with a list of CPU flags. Each name is the CPU flag (ex: |
|
|
|
Category with a list of enabled services. Each name in the category is the service name (ex: |
|
|
| The fully qualified domain name (FQDN) of the system |
|
|
|
System infrastructure; common values are |
|
|
|
Infrastructure vendor; common values are |
|
|
| List of installed RPM packages. This is a category. |
|
|
|
Category with a list of installed services. Each name in the category is the service name (ex: |
|
|
|
List of kernel modules. Each name in the category is the kernel module (ex: |
|
|
|
The boot time in |
|
|
| Category with a list of Microsoft SQL Server-related facts |
|
|
| List of facts related to network interfaces. | |
|
There are six facts for each interface: | ||
|
Each interface is prefixed to the fact name. For example, the interface | ||
|
Most network interface facts are compared to ensure they are equal across systems. However, | ||
|
| Total number of CPUs |
|
|
| Total number of sockets |
|
|
| Kernel version |
|
|
| Kernel release |
|
|
| List of running processes. The fact name is the name of the process, and the value is the instance count. |
|
|
| SAP instance number |
|
|
| SAP system ID (SID) |
|
|
| Boolean field that indicates if SAP is installed on the system |
|
|
| SAP version number |
|
|
| Boolean field that indicates whether a system is registered to a Satellite Server |
|
|
| Current SELinux mode |
|
|
| SELinux mode set in the config file |
|
|
|
The number of failures, the number of current jobs queued, and the current state of |
|
|
| Total system memory in bytes |
|
|
|
Current profile resulting from the command |
|
|
|
List of yum repositories. The repository name is added to the beginning of the fact. Each repository has the associated facts |
|
5.2. Operators リンクのコピーリンクがクリップボードにコピーされました!
| Operators | Value |
|---|---|
| Logical Operators | AND |
| OR | |
| Boolean Operators | NOT |
| ! | |
| = | |
| != | |
| Numeric Compare Operators | > |
| >= | |
| < | |
| <= | |
| String Compare Operators | CONTAINS |
| MATCHES | |
| Array Operators | IN |
| CONTAINS |