You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 line
359 B

  1. ---
  2. - name: Mount pseudo filesystems
  3. connection: local
  4. shell: |
  5. mount -o bind,ro /dev {{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}/dev
  6. mount -o bind,ro /dev/pts {{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}/dev/pts
  7. mount -t proc none {{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}/proc
  8. mount -t sysfs none {{ lookup('env', 'ANSIBLE_ROOTFS_DIR') }}/sys