Advertisement
Guest User

test-chroot.yml

a guest
Feb 13th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.29 KB | None | 0 0
  1. ---
  2. - hosts: localhost
  3.   chroot: chroot-test-dir
  4.  
  5.   tasks:
  6. #    - name: root's .bashrc
  7. #      template: src=templates/bashrc.root.j2 dest=/root/.bashrc mode=0644
  8.  
  9.     - name: set timezone
  10.       template: src=templates/timezone.j2 dest=/etc/timezone mode=0644
  11.  
  12.     - action: setup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement