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
|
remote_user: fedora
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: test
|
- name: Add public keys
|
||||||
authorized_key:
|
authorized_key:
|
||||||
user: fedora
|
user: fedora
|
||||||
state: present
|
state: present
|
||||||
|
@ -29,3 +29,8 @@
|
||||||
- wwoods
|
- wwoods
|
||||||
- asaleh
|
- asaleh
|
||||||
|
|
||||||
|
- name: Add hostname
|
||||||
|
hostname:
|
||||||
|
name: "{{ initiative_name }}"
|
||||||
|
become: true
|
||||||
|
become_method: sudo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue