ansible/facts.d in $HOME dir

This commit is contained in:
Sandino Araico Sanchez 2021-08-26 19:26:01 -05:00
parent 77a109aa91
commit 755d91e3ac
3 changed files with 3 additions and 3 deletions

View file

@ -13,5 +13,5 @@ workstation $ ssh-copy-id root@server_ip
Use the ansible playbooks to setup the nextcloud appliance
```
workstation $ ansible-playbook -i server_ip, ansible/nextcloud_bootstrap.yaml
workstation $ ansible-playbook -i inventory_source, ansible/nextcloud_bootstrap.yaml
```

View file

@ -41,12 +41,12 @@
- name: Create fact directory
file:
path: /etc/ansible/facts.d/
path: ansible/facts.d/
state: directory
- name: Create nextcloud custom facts
copy:
dest: /etc/ansible/facts.d/is_nextcloud_installed.fact
dest: ansible/facts.d/is_nextcloud_installed.fact
mode: 0775
force: yes
content: |