ansible: add mitogen plugin to README
[lttng-ci.git] / automation / ansible / README.md
CommitLineData
e689666c
MJ
1# Setup on Ubuntu
2
3```
4apt install ansible ansible-mitogen
5```
6
83d6ed6c
KS
7# Required collections
8
9```
fc7346bb 10ansible-galaxy install -r roles/requirements.yml
83d6ed6c
KS
11```
12
13# Privileged data
14
15Privileged data is stored in Bitwarden. To use roles that fetch privileged data,
16the following utilities must be available:
17
18* [bw](https://bitwarden.com/help/cli/)
19
20Once installed, login and unlock the vault:
21
22```
23bw login # or, `bw unlock`
24export BW_SESSION=xxxx
25bw sync -f
26```
27
28# Running playbooks
29
30```
31ansible-playbook -i hosts [-l SUBSET] site.yaml
32```
d82e5cee
KS
33
34# Bootstrapping hosts
35
36## Windows
37
381. Configure either SSH or WinRM connection: see https://docs.ansible.com/ansible/latest/os_guide/windows_setup.html
392. For arm64 hosts:
40 * Install the necessary optional features (eg. OpenSSH, Hyper-V) since Windows RSAT isn't available on Arm64 yet
This page took 0.035906 seconds and 4 git commands to generate.