collection of ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
299 B

- name: restart sshd
become: yes
service:
name: "{{ bootstrap_ssh_service_name[ansible_distribution|lower] }}"
state: restarted
- name: reload facts
setup:
- name: bootstrap_reload_aliases
become: yes
command: "{{ bootstrap_aliases_reload_command[ansible_distribution|lower] }}"