Skip to content

Commit

Permalink
update poolid
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsimcall committed Feb 8, 2019
1 parent d652367 commit de0094f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions automount-data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
- hosts: all
gather_facts: no
tasks:
- file:
path: /data
state: directory
mode: 0755
- copy:
content: |
[Unit]
Description=rhclient4:/data
[Mount]
What=rhclient4:/data
Where=/data
Type=nfs
[Install]
WantedBy=multi-user.target
dest: /etc/systemd/system/data.mount
- copy:
content: |
[Unit]
Description=AutoMount rhclient4:/data
[Automount]
Where=/data
[Install]
WantedBy=multi-user.target
dest: /etc/systemd/system/data.automount
- systemd:
daemon_reload: yes
unit: data.automount
enabled: true
state: started
2 changes: 1 addition & 1 deletion redhat-register-single-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- hosts: all
vars:
employee_sku_physical: 8a85f99c65c8c91b01661b74304c5216
employee_sku_virtual: 8a85f98c631d0655016350fe5dd65cb4
employee_sku_virtual: 8a85f99c65c8c91b01661b7432765239
repos:
repo_list:
- rhel-7-server-rpms
Expand Down

0 comments on commit de0094f

Please sign in to comment.