add hostnames
This commit is contained in:
parent
03c78e36b0
commit
e35710f39f
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
remote_user: fedora
|
||||
|
||||
tasks:
|
||||
- name: test
|
||||
- name: Add public keys
|
||||
authorized_key:
|
||||
user: fedora
|
||||
state: present
|
||||
|
@ -29,3 +29,8 @@
|
|||
- wwoods
|
||||
- asaleh
|
||||
|
||||
- name: Add hostname
|
||||
hostname:
|
||||
name: "{{ initiative_name }}"
|
||||
become: true
|
||||
become_method: sudo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue