mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-01-12 10:14
This commit is contained in:
@@ -95,6 +95,7 @@ system_base_bash_aliases:
|
||||
rm: 'rm -i'
|
||||
cp: 'cp -i'
|
||||
mv: 'mv -i'
|
||||
sudo: 'sudo ' # Allow alias expansion after sudo
|
||||
|
||||
system_extra_bash_aliases: {}
|
||||
system_bash_aliases: "{{ system_base_bash_aliases | combine(system_extra_bash_aliases, recursive=True) }}"
|
||||
|
@@ -10,6 +10,7 @@ dependencies:
|
||||
when: iptables_manage | default(True)
|
||||
- role: zabbix_agent
|
||||
- role: fusioninventory_agent
|
||||
when: fusinv_uri is defined and fusinv_uri | length > 0
|
||||
- role: sssd_ldap_auth
|
||||
when: ldap_auth | default(False)
|
||||
- role: sssd_ad_auth
|
||||
|
@@ -10,7 +10,7 @@
|
||||
- system_ansible_ssh_keys is defined
|
||||
- system_ansible_ssh_keys | length > 0
|
||||
- system_ansible_src_ip is not defined or system_ansible_src_ip | length < 1
|
||||
tags: system
|
||||
tags: system,ssh
|
||||
|
||||
- name: Deploy SSH keys for the ansible account (with source IP restriction)
|
||||
authorized_key:
|
||||
@@ -23,4 +23,4 @@
|
||||
- system_ansible_ssh_keys | length > 0
|
||||
- system_ansible_src_ip is defined
|
||||
- system_ansible_src_ip | length > 0
|
||||
tags: system
|
||||
tags: system,ssh
|
||||
|
@@ -17,7 +17,7 @@
|
||||
- ansible_os_family == 'RedHat'
|
||||
- include: mail.yml
|
||||
- include_tasks: system.yml
|
||||
- include_tasks: ansible.yml
|
||||
- include: ansible.yml
|
||||
- include_tasks: hardware.yml
|
||||
when: ansible_virtualization_role == 'host'
|
||||
- include_tasks: guest.yml
|
||||
|
Reference in New Issue
Block a user