Moved Content

This commit is contained in:
Bobban
2022-11-01 23:44:04 +01:00
parent e92cc75242
commit 080bea42f0
24 changed files with 366 additions and 0 deletions

12
Apps/Ansible.md Normal file
View File

@@ -0,0 +1,12 @@
## Installation
`sudo apt update`
`sudo apt install ansible`
`sudo apt install sshpass`
## Commands
`ansible -i ./inventory/hosts ubuntu -m ping --user someuser --ask-pass`
`ansible-playbook ./playbooks/apt.yml --user someuser --ask-pass --ask-become-pass -i ./inventory/hosts`