5 changed files with 18 additions and 4 deletions
@ -1 +1 @@ |
|||
localhost |
|||
localhost ansible_connection=local |
|||
|
@ -1,5 +1,5 @@ |
|||
#!/bin/bash |
|||
|
|||
apt install python3 python3-pip |
|||
apt -y install python3 python3-pip |
|||
pip3 install ansible --system |
|||
ansible-playbook install.yml |
|||
|
Loading…
Reference in new issue