Update hostname
This commit is contained in:
parent
832d90bf19
commit
2c8efa8c10
2 changed files with 1 additions and 6 deletions
|
@ -12,11 +12,6 @@ server.user(
|
|||
present=True,
|
||||
)
|
||||
|
||||
server.hostname(
|
||||
name='Set the hostname',
|
||||
hostname='uptime.benpro.fr',
|
||||
)
|
||||
|
||||
apt.update(
|
||||
name='Update apt repositories',
|
||||
)
|
||||
|
|
|
@ -1 +1 @@
|
|||
my_hosts = ['uptime.benpro.fr']
|
||||
my_hosts = ['oracle.benpro.fr']
|
||||
|
|
Reference in a new issue