Last active
June 4, 2016 19:25
-
-
Save jbgo/d6218f4cc67eb8678949c256be279db3 to your computer and use it in GitHub Desktop.
Iteration 3 Playbook - Stupid DevOps Tricks: Executable IT docs with Ansible
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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