Add playbook for updating existing settings
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
requirements: "{{ skylab_ansible_venv }}/requirements.txt"
|
||||
state: present
|
||||
|
||||
|
||||
- name: Configure common server settings
|
||||
hosts: all
|
||||
vars_files:
|
||||
@@ -101,6 +102,7 @@
|
||||
name: "{{ skylab_packages_global + skylab_packages_rocky }}"
|
||||
state: present
|
||||
|
||||
|
||||
- name: Configure SSH
|
||||
hosts: all
|
||||
handlers:
|
||||
@@ -162,3 +164,6 @@
|
||||
src: motd.j2
|
||||
dest: /etc/motd
|
||||
mode: 0644
|
||||
|
||||
|
||||
- import_playbook: update.yaml
|
||||
|
||||
Reference in New Issue
Block a user