This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Ansible/ispa/devops/ansible (master *% u=)$ ansible-playbook cron.yml -vvvv | |
ansible-playbook 2.10.7 | |
config file = /home/kaplan/Ansible/ispa/devops/ansible/ansible.cfg | |
configured module search path = ['/home/kaplan/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] | |
ansible python module location = /usr/local/lib/python3.7/dist-packages/ansible | |
executable location = /usr/local/bin/ansible-playbook | |
python version = 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0] | |
Using /home/kaplan/Ansible/ispa/devops/ansible/ansible.cfg as config file | |
setting up inventory plugins | |
host_list declined parsing /home/kaplan/Ansible/ispa/devops/ansible/hosts as it did not pass its verify_file() method |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Cron playbook | |
hosts: | |
- deb7.lab.local | |
- deb8.lab.local | |
- deb9.lab.local | |
vars: | |
backup_minute: "0" | |
backup_hour: "0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Playbook pro instalaci Flexibee na deb 10 | |
hosts: vboxflexi | |
tasks: | |
- name: Ping | |
ping: | |
- name: Instalace potrebnych baliku | |
apt: | |
pkg: | |
- python-apt |