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