Add playbook for updating existing settings

This commit is contained in:
2021-09-06 00:45:55 -04:00
parent d45facb76d
commit 091c5a78a6
5 changed files with 179 additions and 0 deletions

View File

@@ -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