summaryrefslogtreecommitdiff
path: root/bootstrap.yml
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.yml')
-rw-r--r--bootstrap.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap.yml b/bootstrap.yml
new file mode 100644
index 0000000..5bbe75a
--- /dev/null
+++ b/bootstrap.yml
@@ -0,0 +1,8 @@
+# This playbook bootstraps hosts to run ansible-pull.
+#
+# Adapted from https://github.com/ansible/ansible-examples/blob/master/language_features/ansible_pull.yml
+---
+- hosts: pull_mode_hosts
+ remote_user: root
+ roles:
+ - ansible-pull