Added base for k8s playbook repo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
- name: Create a user with sudo privileges which will be used for managing the host via SSH
|
||||
ansible.builtin.user:
|
||||
name: "{{ local_user }}"
|
||||
state: present
|
||||
groups: sudo
|
||||
append: true
|
||||
create_home: true
|
||||
shell: /bin/bash
|
||||
password: "{{ local_password }}"
|
||||
|
||||
- name: Set authorized key for remote SSH access (passwordless login)
|
||||
ansible.posix.authorized_key:
|
||||
user: "{{ local_user }}"
|
||||
state: present
|
||||
key: "{{ local_key }}"
|
||||
@@ -0,0 +1,26 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
34666666646666303864663337636430646134663430626232393462653163636561313335323063
|
||||
3863656666303539323663356236396436643032313063630a386133333436623730313937363939
|
||||
31633034386334393538303163326637343134656236346337313165313334373364366339643363
|
||||
3531653935373836320a343362656638323631383139666265623935396634366461343839366164
|
||||
65303239646462373062313263306638663736653830333963623936623930386530336362656631
|
||||
31303135343631386464383964313834353034363036323035636337633563616237616631373361
|
||||
33353836653538333461356632613138616232393961333866336363313036386431353937613331
|
||||
32646263343661346461626233666565373631313539623464353037393163653133323034663730
|
||||
35393363323366613631613931383633646330323866313462653833376631313535613738303366
|
||||
66386632623135326461623761636162346637616436383266646337306562363764616630666134
|
||||
37613137656233396365363236646363366566616630376430663431663231356436393762333233
|
||||
38623161356634333761376461373636633731383165393538613030623436386133383361376539
|
||||
38366465393464623636396266353463323631343062366464353034386639613530396264306365
|
||||
39346261373766303236383032356337353936363362393935393062646233663633663964626436
|
||||
61666362636366656633393630666536363235383162316366343666396361323032613065656237
|
||||
38663262646362373331336139386164643566656566396561633437353731633630636264366339
|
||||
35623136326334666263363130666466363565353337663832663239303066633137643965363233
|
||||
36366165633433386238323365613766633836313735393666656330646439303230353330313737
|
||||
61623965343034343732613933313332646330373466353235343736646664343531303138613665
|
||||
66313061356332396263636465626462616435626565656335626363666530346231343864663134
|
||||
66393839653236376561626331313836356334616237353437306139626164613731373864383530
|
||||
33383131336338346233353030636230626664663134663939373434636630306663346534393062
|
||||
32626662666338623964363239663231646563626265616337353333623630346438643338333630
|
||||
30396134653134326136303639366139363866336564323537303238346630333761346133326163
|
||||
6631
|
||||
Reference in New Issue
Block a user