put in tags to make this go faster
This commit is contained in:
parent
f2765573ed
commit
c1a0702937
1 changed files with 10 additions and 0 deletions
|
@ -28,21 +28,31 @@
|
||||||
- name: add ftbfs group
|
- name: add ftbfs group
|
||||||
group: name=ftbfs gid=264 system=yes state=present
|
group: name=ftbfs gid=264 system=yes state=present
|
||||||
when: inventory_hostname.startswith('compose-x86-01')
|
when: inventory_hostname.startswith('compose-x86-01')
|
||||||
|
tags:
|
||||||
|
- ftbfs
|
||||||
|
|
||||||
- name: add ftbfs user
|
- name: add ftbfs user
|
||||||
user: name=ftbfs uid=264 group=ftbfs createhome=yes system=yes state=present
|
user: name=ftbfs uid=264 group=ftbfs createhome=yes system=yes state=present
|
||||||
when: inventory_hostname.startswith('compose-x86-01')
|
when: inventory_hostname.startswith('compose-x86-01')
|
||||||
|
tags:
|
||||||
|
- ftbfs
|
||||||
|
|
||||||
- name: add ftbfs script config file
|
- name: add ftbfs script config file
|
||||||
template: src=ftbfs.cfg.j2 def=/etc/
|
template: src=ftbfs.cfg.j2 def=/etc/
|
||||||
when: inventory_hostname.startswith('compose-x86-01')
|
when: inventory_hostname.startswith('compose-x86-01')
|
||||||
|
tags:
|
||||||
|
- ftbfs
|
||||||
|
|
||||||
- name: add ftbfs cache dir
|
- name: add ftbfs cache dir
|
||||||
file: state=directory path=/home/ftbfs/.cache mode=2775 owner=ftbfs group=ftbfs
|
file: state=directory path=/home/ftbfs/.cache mode=2775 owner=ftbfs group=ftbfs
|
||||||
when: inventory_hostname.startswith('compose-x86-01')
|
when: inventory_hostname.startswith('compose-x86-01')
|
||||||
|
tags:
|
||||||
|
- ftbfs
|
||||||
|
|
||||||
- name: add ftbfs weekly cron job
|
- name: add ftbfs weekly cron job
|
||||||
copy: src="ftbfs.cron" dest=/etc/cron.weekly/ mode=755
|
copy: src="ftbfs.cron" dest=/etc/cron.weekly/ mode=755
|
||||||
|
tags:
|
||||||
|
- ftbfs
|
||||||
|
|
||||||
# masher user 751
|
# masher user 751
|
||||||
- name: add masher group
|
- name: add masher group
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue