mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Use harden role on controller host
This commit is contained in:
parent
010c48b243
commit
a2ba31fab2
9 changed files with 44 additions and 29 deletions
4
hosts
4
hosts
|
|
@ -1,8 +1,8 @@
|
|||
[k8s_kubectl]
|
||||
localhost ansible_connection=local
|
||||
localhost ansible_connection=local ansible_become=true
|
||||
|
||||
[k8s_ca]
|
||||
localhost ansible_connection=local
|
||||
localhost ansible_connection=local ansible_become=true
|
||||
|
||||
[k8s_etcd]
|
||||
master[1:3].banditlair.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue