Add certbot role to adm hosts
This commit is contained in:
parent
5e1f521eb6
commit
fa43cc36da
3 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,4 @@ datadisks:
|
||||||
|
|
||||||
firewall_in:
|
firewall_in:
|
||||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||||
|
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
|
||||||
|
|
|
@ -23,3 +23,4 @@
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- ansible-host
|
- ansible-host
|
||||||
|
- certbot
|
||||||
|
|
|
@ -7,3 +7,4 @@ entry empty. If only a group is created, leave the user entry empty.
|
||||||
id user group notes
|
id user group notes
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
1001 mirror mirror
|
1001 mirror mirror
|
||||||
|
1002 certbot certbot
|
||||||
|
|
Loading…
Add table
Reference in a new issue