summaryrefslogtreecommitdiff
path: root/bootstrap.yml
blob: 5bbe75ae10b605d6f3c9496c3f86b898b3b173bd (plain) (blame)
1
2
3
4
5
6
7
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