Initial qwen3 run with opencode
This commit is contained in:
15
vault.md
Normal file
15
vault.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## Vault
|
||||
|
||||
Encrypt sensitive data with Ansible Vault:
|
||||
|
||||
```yaml
|
||||
- name: Encrypt variables
|
||||
ansible.builtin.vault加密:
|
||||
src: "secretes.yml"
|
||||
dest: "secretes.yml.enc"
|
||||
vault_password: "your_password"
|
||||
|
||||
# Example secrets.yml
|
||||
# username: admin
|
||||
# password: "s3curePass"
|
||||
```
|
||||
Reference in New Issue
Block a user