forked from cerc-io/testnet-ops
Add tasks to install laconic-so, python, pip and ansible on remote host
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user