# installation ansible : ``` sudo apt update ``` ``` sudo apt upgrade ``` ``` sudo apt install software-properties-common ``` ``` sudo apt-add-repository ppa:ansible/ansible ``` ``` sudo apt update ``` ``` sudo apt install ansible ``` ``` sudo apt install python3-argcomplete ``` ``` sudo activate-global-python-argcomplete3 ``` - création clé ssh ``` ssh-keygen -t rsa -b 4096 -C "My ansible key" ``` - installation az cli ``` curl -sl https://aka.ms/InstallAzureCLIDeb | sudo bash ``` - faire les credentials ``` ``` - install azure.azcollection ``` ansible-galaxy collection install azure.azcollection ``` ``` pip install -r ~/.ansible/collections/ansible_collections/azure/azcollection/requirements-azure.txt ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up