Skip to content

Instantly share code, notes, and snippets.

@Todorovikj
Created August 9, 2020 10:24
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 Todorovikj/1af690749bebc2fb47676efea9dad66e to your computer and use it in GitHub Desktop.
Save Todorovikj/1af690749bebc2fb47676efea9dad66e to your computer and use it in GitHub Desktop.
Setup Jeknins for f1
- name: Setup jenkins directories
hosts: azure-server
become: true
tasks:
- name: Create jenkins_home directory
file:
path: /var/jenkins_home
state: directory
mode: 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment