Skip to content

Instantly share code, notes, and snippets.

@trang
Created August 20, 2016 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trang/8daa24045b72882558870895ce643af0 to your computer and use it in GitHub Desktop.
Save trang/8daa24045b72882558870895ce643af0 to your computer and use it in GitHub Desktop.
[DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and
make sure become_method is 'sudo' (default). This feature will be removed in a
future release. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
PLAY ***************************************************************************
TASK [setup] *******************************************************************
ok: [default]
TASK [Clean the index directory] ***********************************************
changed: [default]
[WARNING]: Consider using file module with state=absent rather than running rm
TASK [common : Copy sources list for apt] **************************************
ok: [default]
TASK [common : Update apt cache] ***********************************************
ok: [default]
TASK [common : Clear up home directory] ****************************************
ok: [default] => (item=base.sh)
ok: [default] => (item=chef.sh)
ok: [default] => (item=cleanup.sh)
ok: [default] => (item=puppetlabs-release-wheezy.deb)
ok: [default] => (item=puppet.sh)
ok: [default] => (item=ruby.sh)
ok: [default] => (item=vagrant.sh)
ok: [default] => (item=virtualbox.sh)
ok: [default] => (item=zerodisk.sh)
TASK [common : Install .bash_aliases] ******************************************
ok: [default]
TASK [common : Ensure git is installed] ****************************************
ok: [default]
TASK [common : Install pip on remote machine] **********************************
ok: [default]
TASK [common : Ensure python MySQLdb module is present] ************************
ok: [default]
TASK [common : Install some basic python modules] ******************************
skipping: [default] => (item=python_modules)
TASK [install_sphinx : Download Sphinx package] ********************************
changed: [default]
TASK [install_sphinx : Install Sphinx package] *********************************
changed: [default]
TASK [install_sphinx : Remove downloaded package] ******************************
changed: [default]
TASK [install_sphinx : Create sphinsearch group] *******************************
changed: [default]
TASK [install_sphinx : Create sphinsearch user] ********************************
changed: [default]
TASK [install_sphinx : Set the location of pid file in Sphinx's init.d script] *
changed: [default]
[WARNING]: Consider using template or lineinfile module rather than running sed
TASK [install_sphinx : Set the location of log directory in Sphinx's init.d script] ***
changed: [default]
TASK [install_sphinx : Make Sphinx to be run by the sphinxsearch user] *********
changed: [default]
TASK [install_sphinx : Allow Sphinx to open more than 1024 files] **************
changed: [default]
TASK [configure_sphinx : Check whether code directory is present or not] *******
changed: [default]
TASK [configure_sphinx : Database import/update fail message] ******************
skipping: [default]
TASK [configure_sphinx : Create directories for sphinx] ************************
changed: [default] => (item=/var/sphinx/indices)
changed: [default] => (item=/var/sphinx/log)
changed: [default] => (item=/var/lib/sphinxsearch/data)
TASK [configure_sphinx : Generate sphinx.conf] *********************************
changed: [default]
TASK [configure_sphinx : Create indexes] ***************************************
changed: [default]
TASK [configure_sphinx : Set sphinxsearch to start with system startup] ********
changed: [default]
TASK [configure_sphinx : Start the search daemon] ******************************
ok: [default]
PLAY RECAP *********************************************************************
default : ok=24 changed=15 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment