wip
This commit is contained in:
parent
e61fe7e3f7
commit
a0ea7b0a3f
18 changed files with 366 additions and 30 deletions
10
ansible/workstation_initial_install.yaml
Normal file
10
ansible/workstation_initial_install.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
- hosts: workstation
|
||||
gather_facts: False
|
||||
vars: {}
|
||||
tasks:
|
||||
- name: Copy arch install config files
|
||||
copy:
|
||||
src: /users/rolando/myfile
|
||||
dest: /users/rolando/myfile
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue