Difference between revisions of "Git (Ansible module)"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
tasks: | tasks: | ||
- git: | - git: | ||
− | + | repo: git://foosball.example.org/path/to/repo.git | |
− | + | dest: /srv/checkout | |
Latest revision as of 11:50, 25 November 2020
#!/usr/bin/env ansible-playbook - hosts: localhost become: yes tasks: - git: repo: git://foosball.example.org/path/to/repo.git dest: /srv/checkout
See also[edit]
- Ansible modules:
gather_facts, set_fact
,ansible.builtin.file
,lineinfile
,stat
,group
,mount
,git:
,package:
,command:
,shell:
,raw:
,template:
,register:
,user:
, Ansible playbooks examples,tasks:
,lineinfile, blockinfile:
,shell:
,command:
,raw:
,ansible.builtin.file, service:, aws.ecs_taskdefinition, aws.asg, docker_container, kubernetes.core.k8s
,community.
,include_tasks
Advertising: