Skip to content

Instantly share code, notes, and snippets.

@Exchizz
Created October 8, 2017 11:27
Show Gist options
  • Save Exchizz/5660b5c9f3246d1d8d7052f8a0ffe964 to your computer and use it in GitHub Desktop.
Save Exchizz/5660b5c9f3246d1d8d7052f8a0ffe964 to your computer and use it in GitHub Desktop.
ansible-playbook deploy.yml -i hosts -u mneerup -k -b -T 30 --ask-become-pass
SSH password:
SUDO password[defaults to SSH password]:
[DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be removed in a future release. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: include is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this rationale.. This feature will be removed in a future release.
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
____________
< PLAY [all] >
------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
________________________
< TASK [Gathering Facts] >
------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
ok: [lxc01]
_______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Include OS-Specific \
\ variables] /
-------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
ok: [lxc01]
______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Include RedHat x86 \
\ variables] /
------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ansible_os_family}}' == 'RedHat' and '{{ansible_architecture}}' == 'i386'
skipping: [lxc01]
______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Include RedHat x64 \
\ variables] /
------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ansible_os_family}}' == 'RedHat' and '{{ansible_architecture}}' == 'x86_64'
skipping: [lxc01]
____________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Update apt cache \
\ [Debian]] /
----------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
changed: [lxc01]
_______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Install Nagios NRPE \
\ Server [Debian]] /
-------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
ok: [lxc01]
_______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Install Nagios NRPE \
\ Server [RedHat]] /
-------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
skipping: [lxc01]
_______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Install Nagios NRPE \
\ Plugins [RedHat]] /
-------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
skipping: [lxc01]
_____________________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Update pacman cache [Arch \
\ Linux]] /
-------------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
skipping: [lxc01]
_______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Install Nagios NRPE \
\ Server [Arch Linux]] /
-------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
skipping: [lxc01]
________________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Ensure CSWpkgutil is \
\ installed] /
--------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
skipping: [lxc01]
_______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Install Nagios NRPE \
\ Server [Solaris]] /
-------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
skipping: [lxc01]
_______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Install Nagios NRPE \
\ Plugins [Solaris]] /
-------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
skipping: [lxc01]
________________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Create nrpe.cfg from \
\ template] /
--------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
ok: [lxc01]
___________________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Create nrpe_ansible.cfg \
\ from template] /
-----------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
ok: [lxc01]
___________________________________________________________
< TASK [Mooash.nagios-nrpe-server : Install global plugins] >
-----------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
ok: [lxc01] => (item=/home/mneerup/SDU/Work/Ansible/roles/Mooash.nagios-nrpe-server/files/plugins/global/README.md)
______________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Install per-server \
\ plugins] /
------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
ok: [lxc01] => (item=/home/mneerup/SDU/Work/Ansible/roles/Mooash.nagios-nrpe-server/files/plugins/ansible-test/check_test)
_________________________________________________________
/ TASK [Mooash.nagios-nrpe-server : Ensure NRPE server is \
\ running] /
---------------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
ok: [lxc01]
____________
< PLAY RECAP >
------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
lxc01 : ok=9 changed=1 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment