Add tasks to install laconic-so, python, pip and ansible on remote host

This commit is contained in:
Adw8
2024-10-01 16:16:23 +05:30
parent ca2184b0cd
commit 1586057a49
3 changed files with 35 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
- name: Configure system
hosts: deployment_host
hosts: "{{ target_host }}"
become: yes
tasks:
@@ -82,7 +82,7 @@
user:
name: so
password: "{{ 'so-service-provider' | password_hash('sha512') }}"
shell: /bin/bash
shell: /bin/zsh
state: present
- name: Add 'so' user to sudoers group