Sync VM back to the server.
This commit is contained in:
parent
89ddaa0138
commit
c1ff7319f4
3 changed files with 73 additions and 11 deletions
|
@ -50,21 +50,17 @@
|
|||
dest: /etc/squid/squid-usermode.conf
|
||||
mode: '0644'
|
||||
|
||||
- name: deploy sudo configuration
|
||||
- name: deploy sudo configurations
|
||||
copy:
|
||||
src: lmn-mounthome-sudo
|
||||
dest: /etc/sudoers.d/90-lmn-mounthome
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0700'
|
||||
|
||||
- name: deploy sudo configuration
|
||||
copy:
|
||||
src: lmn-create-clone-sudo
|
||||
dest: /etc/sudoers.d/90-lmn-create-clone
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/sudoers.d/90-{{ item }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0700'
|
||||
loop:
|
||||
- lmn-mounthome-sudo
|
||||
- lmn-create-clone-sudo
|
||||
- lmn-sync-vm-sudo
|
||||
|
||||
- name: deploy mount home script
|
||||
copy:
|
||||
|
@ -79,6 +75,7 @@
|
|||
- rebase-vm.sh
|
||||
- create-clone.sh
|
||||
- run-vm.sh
|
||||
- sync-vm.sh
|
||||
|
||||
- name: deploy http proxy config
|
||||
copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue