ansible init

This commit is contained in:
2020-09-27 20:24:51 +02:00
parent 991a221b20
commit 9df47229c7
7 changed files with 93 additions and 45 deletions

10
.ansible/inventory Normal file
View File

@ -0,0 +1,10 @@
[all:vars]
ansible_user='debian'
ansible_become=yes
ansible_become_method=sudo
ansible_python_interpreter='/usr/bin/env python3'
project='CyfroweAukcje'
main_packages="vim, vim-common, curl, wget"
[servers]
# example1 ansible_host=ip ansible_port=65522