Skip to content

Commit

Permalink
Convert gtable to sphinx directives.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-pufky committed Feb 28, 2021
1 parent 327e362 commit 2d409e4
Show file tree
Hide file tree
Showing 29 changed files with 620 additions and 1,418 deletions.
15 changes: 7 additions & 8 deletions source/apps/gpg/pre-requisites/prep-yubikey.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ Prep Yubikey
.. attention::
:term:`Yubikey Password/PINs` may be up to **127 ASCII characters** long.

.. gtable:: Default Yubikey Passwords
:c0: Default User Pin,
Default Admin Pin
:c1: 123456,
12345678
:no_key_title:
:no_section:
:no_launch:
Default Yubikey Passwords

+-------------------+----------+
| Default User Pin | 123456 |
+-------------------+----------+
| Default Admin Pin | 12345678 |
+-------------------+----------+

Verify Geniue Yubikey
*********************
Expand Down
45 changes: 19 additions & 26 deletions source/configuration-management/saltstack/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
There are no specific requirements for Salt Open Source. Enterprise requirements
are defined here. Most users report actual usage minimum requirements as:

.. gtable:: Saltstack Minimum Requirements.
:header: < 500 Minions,
> 500 Minions
:c0: RAM: 2GB,
CPU: 1,
DISK: 20GB
:c1: RAM: 4GB,
CPU: 4,
DISK: 20GB
:no_key_title:
:no_section:
:no_caption:
:no_launch:
Saltstack Minimum Requirements

+---------------+---------------+
| < 500 Minions | > 500 Minions |
+===============+===============+
| RAM: 2GB | RAM: 4GB |
+---------------+---------------+
| CPU: 1 | CPU: 4 |
+---------------+---------------+
| DISK: 20GB | DISK: 20GB |
+---------------+---------------+

Ports
*****
Expand Down Expand Up @@ -81,20 +79,15 @@ following requirements:
*static, globally avaliable unencrypted minion files*. Only minions with
explicit access to data can read it.

.. gtable:: Service Directory Best Practice.
:header: Service Directory;
Purpose
:c0: /srv/salt/data/{prod,dev};
/srv/salt/template/{prod,dev};
/srv/salt/static/{prod,dev,base}
:c1: prod and dev Pillar data.;
prod and dev salt formulas.;
prod, dev, and base globally avaliable static data. Base is ununsed other than to provide a catch-all for any minion not in dev or prod.
.. files:: Service Directory Best Practice.
:value0: /srv/salt/data/{prod,dev}; prod and dev Pillar data
:value1: /srv/salt/template/{prod,dev}; prod and dev salt formulas
:value2: /srv/salt/static/{prod,dev,base}; prod, dev, and base globally
avaliable static data. Base is
unused other than to provide a
catch-all for any minion not in dev
or prod.
:delim: ;
:no_key_title:
:no_section:
:no_caption:
:no_launch:

.. rubric:: References

Expand Down
25 changes: 11 additions & 14 deletions source/game/7days/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@

See `7 Days Docker and Documentation`_.

.. gtable:: 7 Days to Die Requirements
:header: Minimum,
Recommended
:c0: 2c/4t @2.4Ghz,
6GB RAM,
4GB Disk
:c1: 4c/8t @3.0Ghz,
12GB RAM,
4GB Disk
:no_key_title:
:no_caption:
:no_launch:

See `7 Days to Die Dedicated Server`_.
+---------------+---------------+
| Minimum | Recommended |
+===============+===============+
| 2c/4t @2.4Ghz | 4c/8t @3.0Ghz |
+---------------+---------------+
| 6GB RAM | 12GB RAM |
+---------------+---------------+
| 4GB Disk | 4GB Disk |
+---------------+---------------+

See `7 Days to Die Dedicated Server`_.

Ports
*****
Expand Down
39 changes: 13 additions & 26 deletions source/game/conan/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,19 @@ Conan Exiles dedicated server on steam.

See `Conan Docker and Documentation`_.

.. gtable:: Conan Exiles Requirements
:header: Players,
CPU,
Memory,
Disk
:c0: 10,
35,
50,
70
:c1: 2c/2t @3.0Ghz,
4c/4t @3.1Ghz,
4c/8t @3.5Ghz,
4c/8t @4.0Ghz
:c2: 8GB,
8GB,
12GB,
12GB
:c3: 35Gb,
35Gb,
35Gb,
35Gb
:no_key_title:
:no_caption:
:no_launch:

See `Conan Exiles Dedicated Server`_.
+---------+---------------+--------+------+
| Players | CPU | Memory | Disk |
+=========+===============+========+======+
| 10 | 2c/2t @3.0Ghz | 8GB | 35Gb |
+---------+---------------+--------+------+
| 35 | 4c/4t @3.1Ghz | 8GB | 35Gb |
+---------+---------------+--------+------+
| 50 | 4c/8t @3.5Ghz | 12GB | 35Gb |
+---------+---------------+--------+------+
| 70 | 4c/8t @4.0Ghz | 12GB | 35Gb |
+---------+---------------+--------+------+

See `Conan Exiles Dedicated Server`_.

Ports
*****
Expand Down
Loading

0 comments on commit 2d409e4

Please sign in to comment.