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:
parent
9259cadfc5
commit
89e3c725e4
11 changed files with 366 additions and 0 deletions
11
tasks/common_scripts.yml
Normal file
11
tasks/common_scripts.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue