]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build: stub out an ansible playbook to install chacractl
authorAndrew Schoen <aschoen@redhat.com>
Tue, 20 Oct 2015 15:14:47 +0000 (10:14 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 20 Oct 2015 15:14:47 +0000 (10:14 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build/setup/playbooks/setup.yml [new file with mode: 0644]
ceph-build/setup/playbooks/tasks/main.yml [new file with mode: 0644]

diff --git a/ceph-build/setup/playbooks/setup.yml b/ceph-build/setup/playbooks/setup.yml
new file mode 100644 (file)
index 0000000..b545ad4
--- /dev/null
@@ -0,0 +1,8 @@
+---
+
+- hosts: localhost
+  user: jenkins-build
+  sudo: True
+
+  tasks:
+     - include: tasks/main.yml
diff --git a/ceph-build/setup/playbooks/tasks/main.yml b/ceph-build/setup/playbooks/tasks/main.yml
new file mode 100644 (file)
index 0000000..9f2e211
--- /dev/null
@@ -0,0 +1,5 @@
+---
+- debug: msg="testing"
+
+#TODO: write ~/.chacractl config file
+#TODO: install chacractl from pypi