You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/06/18 18:11:46 UTC

[couchdb-infra-cm] branch main updated: Add ad hoc command example

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git


The following commit(s) were added to refs/heads/main by this push:
     new 7378305  Add ad hoc command example
7378305 is described below

commit 7378305d91de3fafde2a1e0bf0e0b372ecffa3db
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Thu Jun 18 13:11:32 2020 -0500

    Add ad hoc command example
---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 43edcb7..df88f98 100644
--- a/README.md
+++ b/README.md
@@ -86,12 +86,16 @@ important when provisioning new nodes. Modifying ansible scripts and apply
 changes to existing nodes can be done by any CouchDB PMC member that's been
 added to the CI nodes via this repository.
 
-Running Ansible
+Running Ansible Playbooks
 ---
 
     $ ansible-playbook bastions.yml
     $ ansible-playbook ci_agents.yml
 
+Running Ad Hoc Commands
+---
+
+    $ ansible -i production ci_agents -a "sudo sv restart jenkins"
 
 Useful Commands:
 ---