AKAI TSUKI

System development or Technical something

2018-07-08から1日間の記事一覧

create user by ansible playbook.

To create user repeatedly, ansible is useful. I create playbook for password authorization. [root@cent7devops ansible-test]# cat ./hosts [grp_node] node01 ansible_host=172.16.10.111 ansible_user=root node02 ansible_host=172.16.10.112 ansib…