-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
81 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
=================== | ||
my-qubes-os-formula | ||
=================== | ||
|
||
A `SaltStack <https://saltstack.com/>`_ formula to set up my personal configuration for Qubes OS. | ||
|
||
.. note:: | ||
|
||
See the full `Salt Formulas installation and usage instructions | ||
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_. | ||
|
||
Available states | ||
================ | ||
|
||
.. contents:: | ||
:local: | ||
|
||
``my-config`` | ||
------------- | ||
|
||
Runs all the states of this formula. | ||
|
||
``my-config.anon-whonix`` | ||
------------------------- | ||
|
||
Create and configure the 'anon-whonix' appVM. | ||
|
||
``my-config.dev-perso`` | ||
----------------------- | ||
|
||
Create and configure the 'dev-perso' HVM. | ||
|
||
``my-config.dev-perso-config`` | ||
------------------------------ | ||
|
||
Customise the 'dev-perso' HVM. | ||
|
||
``my-config.personal`` | ||
---------------------- | ||
|
||
Create and configure the 'personal' appVM. | ||
|
||
``my-config.personal-template-config`` | ||
-------------------------------------- | ||
|
||
Customise the 'custom-personal' template. | ||
|
||
``my-config.personal-pub`` | ||
-------------------------- | ||
|
||
Create and configure the 'personal-pub' appVM. | ||
|
||
``my-config.untrusted`` | ||
----------------------- | ||
|
||
Create and configure the 'untrusted' appVM. | ||
|
||
``my-config.untrusted-template-config`` | ||
--------------------------------------- | ||
|
||
Customise the 'custom-untrusted' template. | ||
|
||
``my-config.vault`` | ||
------------------- | ||
|
||
Create and configure the 'vault' appVM. | ||
|
||
``my-config.work`` | ||
------------------ | ||
|
||
Create and configure the 'work' appVM. | ||
|
||
``my-config.work-template-config`` | ||
---------------------------------- | ||
|
||
Customise the 'work-untrusted' template. | ||
|
||
``my-config.work-pub`` | ||
---------------------- | ||
|
||
Create and configure the 'work-pub' appVM. |