qgm-laptop proxy aus apt.conf entfernt
This commit is contained in:
parent
c04e753bb9
commit
afde365d01
5 changed files with 26 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
- vars-qgsoftware.yml
|
||||
|
||||
vars:
|
||||
playbook_name: "qgm-desktop.yml"
|
||||
joinpw: ''
|
||||
domain: "{{ ansible_domain }}"
|
||||
kerberize_uris: qgm.lan
|
||||
|
@ -160,5 +161,14 @@
|
|||
when: "'lt-' in inventory_hostname"
|
||||
notify: Run update-grub
|
||||
|
||||
- name: Aktuelle Zeit zum Client schreiben
|
||||
copy:
|
||||
content: |
|
||||
playbook={{ playbook_name }}
|
||||
timestamp={{ ansible_date_time.date }}-{{ ansible_date_time.time }}
|
||||
unixtime={{ ansible_date_time.epoch }}
|
||||
ansiblehost={{ ansible_hostname }}
|
||||
dest: /etc/ansible_timestamp.txt
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue