mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
Merge pull request #433 from TheHADILP/ansible-updates
Update Ansible README: System updates
This commit is contained in:
commit
a906633cfd
1 changed files with 6 additions and 1 deletions
|
@ -38,7 +38,12 @@ Ansible works over the SSH Port, so you don't have to add any special rules to y
|
||||||
<a name="ansible"></a>
|
<a name="ansible"></a>
|
||||||
## Ansible Installation
|
## Ansible Installation
|
||||||
Example for Ubuntu 18.04:
|
Example for Ubuntu 18.04:
|
||||||
At first we need to add the repository and install Ansible:
|
|
||||||
|
At first we update the system:
|
||||||
|
`sudo apt update`
|
||||||
|
`sudo apt dist-upgrade`
|
||||||
|
|
||||||
|
Then we need to add the repository and install Ansible:
|
||||||
`sudo apt-add-repository --yes --update ppa:ansible/ansible`
|
`sudo apt-add-repository --yes --update ppa:ansible/ansible`
|
||||||
`sudo apt install ansible`
|
`sudo apt install ansible`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue