put in tags to make this go faster

This commit is contained in:
Stephen Smoogen 2019-06-04 12:56:15 +00:00
parent f2765573ed
commit c1a0702937

View file

@ -28,21 +28,31 @@
- name: add ftbfs group
group: name=ftbfs gid=264 system=yes state=present
when: inventory_hostname.startswith('compose-x86-01')
tags:
- ftbfs
- name: add ftbfs user
user: name=ftbfs uid=264 group=ftbfs createhome=yes system=yes state=present
when: inventory_hostname.startswith('compose-x86-01')
tags:
- ftbfs
- name: add ftbfs script config file
template: src=ftbfs.cfg.j2 def=/etc/
when: inventory_hostname.startswith('compose-x86-01')
tags:
- ftbfs
- name: add ftbfs cache dir
file: state=directory path=/home/ftbfs/.cache mode=2775 owner=ftbfs group=ftbfs
when: inventory_hostname.startswith('compose-x86-01')
tags:
- ftbfs
- name: add ftbfs weekly cron job
copy: src="ftbfs.cron" dest=/etc/cron.weekly/ mode=755
tags:
- ftbfs
# masher user 751
- name: add masher group