ansible: add mitogen plugin to README
[lttng-ci.git] / automation / ansible / README.md
index e51165015ea2ff88d8868b54979f6d8d7b51b684..1a6c651371d6274685ed0ea37413662ba0d6a50a 100644 (file)
@@ -1,7 +1,13 @@
+# Setup on Ubuntu
+
+```
+apt install ansible ansible-mitogen
+```
+
 # Required collections
 
 ```
-ansible-galaxy collection install community.general
+ansible-galaxy install -r roles/requirements.yml
 ```
 
 # Privileged data
@@ -24,3 +30,11 @@ bw sync -f
 ```
 ansible-playbook -i hosts [-l SUBSET] site.yaml
 ```
+
+# Bootstrapping hosts
+
+## Windows
+
+1. Configure either SSH or WinRM connection: see https://docs.ansible.com/ansible/latest/os_guide/windows_setup.html
+2. For arm64 hosts:
+  * Install the necessary optional features (eg. OpenSSH, Hyper-V) since Windows RSAT isn't available on Arm64 yet
This page took 0.02371 seconds and 4 git commands to generate.