summaryrefslogtreecommitdiffstats
path: root/roles/fas_client/tasks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-08-08 19:36:31 +0000
committerKevin Fenzi <kevin@scrye.com>2016-08-08 19:36:31 +0000
commit04a52b86677de7a34c887f77db1a2ebe3eed17b1 (patch)
tree65772d6725185f42bc430d56b83d5327c6415e13 /roles/fas_client/tasks
parentfd129648ae166b2a23cba6e315c75f563fb7d911 (diff)
downloadansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.gz
ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.xz
ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.zip
Death to all trailing whitespace.
Diffstat (limited to 'roles/fas_client/tasks')
-rw-r--r--roles/fas_client/tasks/main.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/fas_client/tasks/main.yml b/roles/fas_client/tasks/main.yml
index 2e54b8ccf..1e7e2560b 100644
--- a/roles/fas_client/tasks/main.yml
+++ b/roles/fas_client/tasks/main.yml
@@ -1,11 +1,11 @@
---
#
-# This task sets up fasClient on a machine.
+# This task sets up fasClient on a machine.
# It installs the fas-clients package, then the /etc/fas.conf and finally a cron job update.
#
#
-# fas-clients is in the infrastructure repo.
+# fas-clients is in the infrastructure repo.
# nss_db is needed to store user/group info.
#
- name: install package needed for fas-client (yum)
@@ -35,24 +35,24 @@
- fas_client
#
-# fasClients needs a valid /etc/fas.conf.
-# There's vars used in this template:
+# fasClients needs a valid /etc/fas.conf.
+# There's vars used in this template:
#
# fas_client_groups = "sysadmin-main"
# fas_client_restricted_app = ""
# fas_client_admin_app = ""
# fas_client_ssh_groups = ""
#
-# if desired, set them on a per host/group basis.
+# if desired, set them on a per host/group basis.
#
-# Currently the default template is used, but could be modified on a host basis.
+# Currently the default template is used, but could be modified on a host basis.
#
- name: setup /etc/fas.conf for client use
template: src={{ item }} dest=/etc/fas.conf owner=root mode=600
with_first_found:
- ../templates/{{ inventory_hostname }}.fas.conf.j2
- ../templates/{{ ansible_hostname }}.fas.conf.j2
- - ../templates/{{ ansible_hostname }}.fas.conf.j2
+ - ../templates/{{ ansible_hostname }}.fas.conf.j2
- ../templates/fas.conf.j2
tags:
- config