\n at EOF
This commit is contained in:
@@ -3,4 +3,4 @@
|
|||||||
name: chronyd
|
name: chronyd
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
become: yes
|
become: yes
|
||||||
|
|||||||
@@ -13,4 +13,4 @@
|
|||||||
cmd: grub2-switch-to-blscfg
|
cmd: grub2-switch-to-blscfg
|
||||||
become: yes
|
become: yes
|
||||||
when:
|
when:
|
||||||
- conf.changed != false
|
- conf.changed != false
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
immediate: yes
|
immediate: yes
|
||||||
permanent: yes
|
permanent: yes
|
||||||
become: yes
|
become: yes
|
||||||
loop: "{{ lookup('dict', etc_firewalld, wantlist=True) }}"
|
loop: "{{ lookup('dict', etc_firewalld, wantlist=True) }}"
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
src: chrony.conf.j2
|
src: chrony.conf.j2
|
||||||
dest: /etc/chrony.conf
|
dest: /etc/chrony.conf
|
||||||
become: yes
|
become: yes
|
||||||
notify: Restart chronyd
|
notify: Restart chronyd
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
sysctl_file: "/etc/sysctl.d/100-custom.conf"
|
sysctl_file: "/etc/sysctl.d/100-custom.conf"
|
||||||
sysctl_set: yes
|
sysctl_set: yes
|
||||||
become: yes
|
become: yes
|
||||||
loop: "{{ lookup('dict', etc_sysctl_params, wantlist=True) }}"
|
loop: "{{ lookup('dict', etc_sysctl_params, wantlist=True) }}"
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
home_place_dotfiles: false
|
home_place_dotfiles: false
|
||||||
home_configure_gnome: true
|
home_configure_gnome: true
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: "{{ item.value.dotfiles }}"
|
repo: "{{ item.value.dotfiles }}"
|
||||||
dest: "/home/{{ item.key }}/.dotfiles"
|
dest: "/home/{{ item.key }}/.dotfiles"
|
||||||
update: "{{ item.value.update }}"
|
update: "{{ item.value.update }}"
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
with_nested:
|
with_nested:
|
||||||
- "{{ users }}"
|
- "{{ users }}"
|
||||||
- "{{ home_gnome_shell_extensions | dict2items }}"
|
- "{{ home_gnome_shell_extensions | dict2items }}"
|
||||||
notify: Compile glib schemas
|
notify: Compile glib schemas
|
||||||
|
|||||||
@@ -5,4 +5,4 @@
|
|||||||
|
|
||||||
- name: Include gnome.yml
|
- name: Include gnome.yml
|
||||||
ansible.builtin.include: gnome.yml
|
ansible.builtin.include: gnome.yml
|
||||||
when: home_configure_gnome | bool
|
when: home_configure_gnome | bool
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
rpm_ostree_alter_base_packages: true
|
rpm_ostree_alter_base_packages: true
|
||||||
rpm_ostree_alter_layered_packages: true
|
rpm_ostree_alter_layered_packages: true
|
||||||
rpm_ostree_configure_kargs: true
|
rpm_ostree_configure_kargs: true
|
||||||
rpm_ostree_enable_autoupdates: true
|
rpm_ostree_enable_autoupdates: true
|
||||||
|
|||||||
@@ -14,4 +14,4 @@
|
|||||||
- name: Reload systemd units
|
- name: Reload systemd units
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
become: yes
|
become: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user