Skip to content

Commit

Permalink
Added build tasks table.
Browse files Browse the repository at this point in the history
  • Loading branch information
patbec committed Jan 7, 2023
1 parent 781382f commit 20467fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ For the last point *(Web UI on port 443)* the recommendation from the [official

Open the workspace file `ansible-proxmox.code-workspace` to access the predefined build tasks with Visual Studio Code.

Predefined build tasks:
| Task | Description | Command |
| ------------ | ------------------------------------------ | -----------------: |
| 🚀 Deploy | Run the main playbook with all tasks. | `ansible-playbook` |
| 🧪 Check | Check the code without making any changes. | `ansible-playbook` |
| 🔑 Edit vault | Edits the encrypted vault file. | `ansible-vault` |

## Requirements

Prerequisites for this workspace.

- Ansible package
- Vault file in your home directory (`~/.vault`)

## Security

Security-critical data such as passwords or keys are encrypted with Ansible Vault.
Expand Down

0 comments on commit 20467fe

Please sign in to comment.