ansible: common: Add gcc / g++ on Redhat
[lttng-ci.git] / automation / ansible / README.md
CommitLineData
83d6ed6c
KS
1# Required collections
2
3```
fc7346bb 4ansible-galaxy install -r roles/requirements.yml
83d6ed6c
KS
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```
d82e5cee
KS
27
28# Bootstrapping hosts
29
30## Windows
31
321. Configure either SSH or WinRM connection: see https://docs.ansible.com/ansible/latest/os_guide/windows_setup.html
332. For arm64 hosts:
34 * Install the necessary optional features (eg. OpenSSH, Hyper-V) since Windows RSAT isn't available on Arm64 yet
This page took 0.025545 seconds and 4 git commands to generate.