Skip to content

Instantly share code, notes, and snippets.

@jbgo
Last active June 4, 2016 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbgo/d6218f4cc67eb8678949c256be279db3 to your computer and use it in GitHub Desktop.
Save jbgo/d6218f4cc67eb8678949c256be279db3 to your computer and use it in GitHub Desktop.
Iteration 3 Playbook - Stupid DevOps Tricks: Executable IT docs with Ansible
tasks:
- name: Verify that the NFS imagesshare is mounted
mount: >
name=/images
src=nfs.example.com:/srv/images
state=mounted
fstype=ext4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment