Ersatz Rolle: ansible-user
This commit is contained in:
parent
9f1db30565
commit
468df47f31
4 changed files with 11 additions and 6 deletions
|
@ -57,6 +57,17 @@
|
||||||
servers:
|
servers:
|
||||||
- production
|
- production
|
||||||
- test
|
- test
|
||||||
|
- username: ansible-user
|
||||||
|
password: "{{ lookup('keepass', 'ansible_user_linux_password_hash', 'password') }}"
|
||||||
|
update_password: on_create
|
||||||
|
ssh_key: "{{ lookup('keepass', 'ansible_user_ssh_pubkey', 'password') }}"
|
||||||
|
use_sudo: yes
|
||||||
|
use_sudo_nopass: yes
|
||||||
|
user_state: present
|
||||||
|
groups: ssh, sudo
|
||||||
|
servers:
|
||||||
|
- production
|
||||||
|
- test
|
||||||
### geerlingguy.dotfiles
|
### geerlingguy.dotfiles
|
||||||
dotfiles_repo: "https://git.mgrote.net/mg/dotfiles"
|
dotfiles_repo: "https://git.mgrote.net/mg/dotfiles"
|
||||||
dotfiles_repo_local_destination: "/home/mg/dotfiles-repo"
|
dotfiles_repo_local_destination: "/home/mg/dotfiles-repo"
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
|
@ -5,13 +5,8 @@
|
||||||
roles:
|
roles:
|
||||||
- { role: robertdebock.bootstrap, tags: "bootstrap", become: yes}
|
- { role: robertdebock.bootstrap, tags: "bootstrap", become: yes}
|
||||||
- { role: ryandaniels.create_users, tags: "user", become: yes}
|
- { role: ryandaniels.create_users, tags: "user", become: yes}
|
||||||
- { role: nickjj.ansible-user, tag: "ansible", become: yes }
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
### nickjj.ansible-users
|
|
||||||
user_name: "ansible-user"
|
|
||||||
user_local_ssh_key_path: "/home/mg/ansible/id_rsa_ansible_user_pub"
|
|
||||||
user_enable_passwordless_sudo: True
|
|
||||||
### reobertdebock.bootstrap
|
### reobertdebock.bootstrap
|
||||||
bootstrap_user: mg
|
bootstrap_user: mg
|
||||||
bootstrap_wait_for_host: no
|
bootstrap_wait_for_host: no
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 1612f6a06216665cbec2ae8643c759b9962bbf36
|
|
Loading…
Reference in a new issue