Merge "jjb: Add job to build and deploy bt2 website"
[lttng-ci.git] / automation / ansible / README.md
1 # Required collections
2
3 ```
4 ansible-galaxy collection install community.general
5 ```
6
7 # Privileged data
8
9 Privileged data is stored in Bitwarden. To use roles that fetch privileged data,
10 the following utilities must be available:
11
12 * [bw](https://bitwarden.com/help/cli/)
13
14 Once installed, login and unlock the vault:
15
16 ```
17 bw login # or, `bw unlock`
18 export BW_SESSION=xxxx
19 bw sync -f
20 ```
21
22 # Running playbooks
23
24 ```
25 ansible-playbook -i hosts [-l SUBSET] site.yaml
26 ```
This page took 0.051573 seconds and 4 git commands to generate.