JG-mirror/Ansible/Installation/readme.md
James Turland 9e6520b351 ansible
2024-03-07 09:24:33 +00:00

18 lines
No EOL
252 B
Markdown

# Update Repos
```
sudo apt update
```
# Install Dependencies
```
sudo apt install software-properties-common
```
# Add Ansible Repo
```
sudo add-apt-repository --yes --update ppa:ansible/ansible
```
# Install Ansible
```
sudo apt install ansible
```