Add a fas-client setup task. Add a common-scripts task. Setup arm-releng/arm-qa groups to use them.

This commit is contained in:
Kevin Fenzi 2013-04-12 17:44:53 +00:00
parent 9259cadfc5
commit 89e3c725e4
11 changed files with 366 additions and 0 deletions

11
tasks/common_scripts.yml Normal file
View file

@ -0,0 +1,11 @@
---
#
# This task installs some common scripts to /usr/local/bin
# scripts are under $files/common-scripts
#
- name: Install common scripts
action: copy src=$item dest=/usr/local/bin/
with_fileglob: $files/common-scripts/*
tags:
- config