Compare commits
No commits in common. "f59f72cac768041b67f490be270f3f7db7920f05" and "6b932c8ecb1c5974e767f811d4c8d3d122363f23" have entirely different histories.
f59f72cac7
...
6b932c8ecb
@ -149,12 +149,6 @@
|
|||||||
- ansible_distribution == "Debian"
|
- ansible_distribution == "Debian"
|
||||||
- ansible_distribution_major_version == "8"
|
- ansible_distribution_major_version == "8"
|
||||||
|
|
||||||
# ha veletlenul /dev/sdb lesz a bootdisk, elhasalna a grub-pc non-interacive
|
|
||||||
# upgrade-je a kovetkezo lepesben
|
|
||||||
- name: set debconf grub-pc/install_devices to /dev/sdb if needed
|
|
||||||
tags: apt
|
|
||||||
shell: 'mount | grep -q "/dev/sdb1 .* /boot" && (echo "set grub-pc/install_devices /dev/sdb" | debconf-communicate) || true'
|
|
||||||
|
|
||||||
- name: apt update
|
- name: apt update
|
||||||
tags: apt
|
tags: apt
|
||||||
apt:
|
apt:
|
||||||
@ -171,10 +165,6 @@
|
|||||||
apt:
|
apt:
|
||||||
upgrade: full
|
upgrade: full
|
||||||
|
|
||||||
- name: reset grub-pc/install_devices if changed 4 steps earlier
|
|
||||||
tags: apt
|
|
||||||
shell: 'mount | grep -q "/dev/sdb1 .* /boot" && (echo "set grub-pc/install_devices /dev/sda" | debconf-communicate) || true'
|
|
||||||
|
|
||||||
- name: install common packages for all opsys versions
|
- name: install common packages for all opsys versions
|
||||||
tags: apt
|
tags: apt
|
||||||
apt:
|
apt:
|
||||||
@ -300,11 +290,6 @@
|
|||||||
state: absent
|
state: absent
|
||||||
key: "{{ mgmt_ssh_key }}"
|
key: "{{ mgmt_ssh_key }}"
|
||||||
|
|
||||||
- name: "disable sshd X11Forwarding"
|
|
||||||
copy:
|
|
||||||
content: "X11Forwarding no"
|
|
||||||
dest: /etc/ssh/sshd_config.d/x11forwarding.conf
|
|
||||||
|
|
||||||
- name: copy pf6 package
|
- name: copy pf6 package
|
||||||
tags: pf6
|
tags: pf6
|
||||||
copy:
|
copy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user