mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 15:30:19 +00:00
ansible
This commit is contained in:
parent
ddf2df8a22
commit
9e6520b351
1 changed files with 18 additions and 0 deletions
18
Ansible/Installation/readme.md
Normal file
18
Ansible/Installation/readme.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
||||||
|
```
|
Loading…
Reference in a new issue