mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Copy inventory file to client
This commit is contained in:
parent
672794f586
commit
23ff967f38
1 changed files with 3 additions and 0 deletions
|
@ -15,5 +15,8 @@
|
||||||
action: yum pkg=ansible state=installed
|
action: yum pkg=ansible state=installed
|
||||||
- name: Create local directory to work from
|
- name: Create local directory to work from
|
||||||
action: file path=$workdir state=directory owner=root group=root mode=0751
|
action: file path=$workdir state=directory owner=root group=root mode=0751
|
||||||
|
- name: Copy ansible inventory file to client
|
||||||
|
action: copy src=/etc/ansible/hosts dest=/etc/ansible/hosts
|
||||||
|
owner=root group=root mode=0644
|
||||||
- name: Create crontab entry to clone/pull git repository
|
- name: Create crontab entry to clone/pull git repository
|
||||||
action: template src=templates/ansible-pull.j2 dest=/etc/cron.d/ansible-pull owner=root group=root mode=0644
|
action: template src=templates/ansible-pull.j2 dest=/etc/cron.d/ansible-pull owner=root group=root mode=0644
|
||||||
|
|
Loading…
Reference in a new issue