Dev to main #1
@@ -1,5 +1,9 @@
|
||||
---
|
||||
physical:
|
||||
hosts:
|
||||
192.168.0.45:
|
||||
localhost:
|
||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||
ansible_connection: local
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
192.168.0.98:
|
||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
roles:
|
||||
# Check the Internet connection
|
||||
# Check free disk space
|
||||
../roles/common_healthcheck
|
||||
- ../roles/common_healthcheck
|
||||
# Update the system
|
||||
../roles/update_system
|
||||
- ../roles/update_system
|
||||
# Harden SSH - we must be sure that the last version of ssh configs are distributed
|
||||
../roles/harden_ssh
|
||||
- ../roles/harden_ssh
|
||||
# Update configs - omz, nvim, ranger and so on. Distribute the last version of those configs
|
||||
|
||||
Reference in New Issue
Block a user