]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
examples/builder.yml: update comments with new usage info 2365/head
authorDan Mick <dan.mick@redhat.com>
Thu, 15 May 2025 02:11:07 +0000 (19:11 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 15 May 2025 02:13:42 +0000 (19:13 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
ansible/examples/builder.yml

index b2473513b7524c0592807792e8aa419c4873607b..28d5d67f854138ee51c96f6c10f3390046e86c1a 100644 (file)
@@ -4,7 +4,12 @@
 ## Tested on: CentOS 7, CentOS 8, Xenial, Bionic, Focal, Leap 15.1 using ansible 2.8.5
 ##
 ## Example:
-## ansible-playbook -vvv -M ./library/ builder.yml -e '{"labels": "x86_64 xenial etc", "token": "XXXXX", "jenkins_credentials_uuid": "jenkins-build", "api_uri": "https://jenkins.ceph.com"}' -e permanent=true -e ansible_ssh_user=ubuntu --limit braggi01*
+## define labels in inventory "jenkins_labels" dict, keyed by fqdn
+##
+## ansible-playbook -vvv -M ./library/ builder.yml, "api_uri": "https://jenkins.ceph.com"}' --limit braggi01*
+##
+## secrets files jenkins.ceph.com.apitoken.yml and 2.jenkins.ceph.com.apitoken.yml must
+## exist in ANSIBLE_SECRETS_PATH
 
 - hosts: all
   become: true